mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Update appveyor.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user