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 9fe5222 commit 7cb87b1Copy full SHA for 7cb87b1
appveyor.yml
@@ -1,6 +1,4 @@
1
image: Visual Studio 2017
2
-install:
3
-- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
4
5
branches:
6
only:
@@ -36,7 +34,7 @@ before_build:
36
34
- cmd: dotnet restore --verbosity m
37
35
38
build_script:
39
- #- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.403
+ - ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.100
40
- ps: ./build.ps1
41
42
test: off
0 commit comments