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 28943b6 commit b1a5977Copy full SHA for b1a5977
appveyor.yml
@@ -1,6 +1,6 @@
1
version: 2.0.0.{build}
2
3
-os: Visual Studio 2017
+os: Visual Studio 2019
4
5
cache:
6
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
build-appveyor.cmd
@@ -15,7 +15,7 @@ IF NOT EXIST "%toolsFolder%" (
15
16
IF NOT EXIST "%toolsFolder%vswhere.exe" (
17
ECHO vswhere not found - fetching now
18
- nuget install vswhere -Version 2.6.7 -Source nuget.org -OutputDirectory tools
+ nuget install vswhere -Version 2.7.1 -Source nuget.org -OutputDirectory tools
19
)
20
21
FOR /f "delims=" %%A in ('dir "%toolsFolder%vswhere.*" /b') DO SET "vswhereExePath=%toolsFolder%%%A\"
0 commit comments