Update appveyor.yml

This commit is contained in:
JustArchi
2019-11-11 17:04:49 +01:00
parent a07b8405e0
commit d3c2dabef7

View File

@@ -29,6 +29,14 @@ install:
$ProgressPreference = 'SilentlyContinue'
git submodule sync
if ($LastExitCode -ne 0) {
throw "Last command failed."
}
git submodule update --init --recursive
@@ -36,6 +44,7 @@ install:
throw "Last command failed."
}
if ($env:DOTNET_CHANNEL) {
dotnet --info