Skip to content

Commit 6c77e18

Browse files
committed
ci: update appveyor script to use VS2022
1 parent 9457794 commit 6c77e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: 1.1.0.{build}
1+
version: 1.3.0.{build}
22
image: Visual Studio 2019
33
install:
4-
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
4+
- call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
55
configuration:
66
- Debug
77
- Release

0 commit comments

Comments
 (0)