Skip to content

Commit 468c08b

Browse files
authored
Merge pull request #69 from chcg/appveyor
use VS2022 for appveyor builds Thank you. I have fixed the outdated *resx files
2 parents 8e7a9c5 + 46e35ae commit 468c08b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
version: 1.7.6.{build}
2-
image: Visual Studio 2017
1+
version: 2.0.1.{build}
2+
image: Visual Studio 2022
33

44

55
environment:
66
matrix:
7-
# - PlatformToolset: VS15
8-
- PlatformToolset: VS17
7+
- PlatformToolset: VS22
98

109
platform:
1110
- Any CPU
@@ -20,8 +19,7 @@ install:
2019
- if "%platform%"=="Any CPU" set archi=x86
2120
- if "%platform%"=="Any CPU" set platform_input=Any CPU
2221

23-
# - if "%PlatformToolset%"=="VS15" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi%
24-
- if "%PlatformToolset%"=="VS17" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
22+
- if "%PlatformToolset%"=="VS22" call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
2523
- nuget restore "%APPVEYOR_BUILD_FOLDER%"\src\CSScriptNpp.Test\packages.config -PackagesDirectory "%APPVEYOR_BUILD_FOLDER%"\src\packages
2624
- nuget restore "%APPVEYOR_BUILD_FOLDER%"\src\Roslyn.Intellisesne\Roslyn.Intellisense\packages.config -PackagesDirectory "%APPVEYOR_BUILD_FOLDER%"\src\packages
2725

0 commit comments

Comments
 (0)