We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f592e6b commit b311042Copy full SHA for b311042
appveyor.yml
@@ -2,7 +2,7 @@
2
3
version: '{build}'
4
5
-image: Visual Studio 2017
+image: Visual Studio 2019 Preview
6
install:
7
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.0.0/nuget.exe
8
@@ -21,7 +21,7 @@ environment:
21
DOTNET_CLI_TELEMETRY_OPTOUT: true
22
23
build_script:
24
-- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.0
+- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.203
25
- ps: .\build.ps1
26
27
test: off
0 commit comments