Skip to content

Commit b1a5977

Browse files
committed
Update Appveyor image to use 2019
1 parent 28943b6 commit b1a5977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.0.0.{build}
22

3-
os: Visual Studio 2017
3+
os: Visual Studio 2019
44

55
cache:
66
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IF NOT EXIST "%toolsFolder%" (
1515

1616
IF NOT EXIST "%toolsFolder%vswhere.exe" (
1717
ECHO vswhere not found - fetching now
18-
nuget install vswhere -Version 2.6.7 -Source nuget.org -OutputDirectory tools
18+
nuget install vswhere -Version 2.7.1 -Source nuget.org -OutputDirectory tools
1919
)
2020

2121
FOR /f "delims=" %%A in ('dir "%toolsFolder%vswhere.*" /b') DO SET "vswhereExePath=%toolsFolder%%%A\"

0 commit comments

Comments
 (0)