File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- version : 1.7.6 .{build}
2- image : Visual Studio 2017
1+ version : 2.0.1 .{build}
2+ image : Visual Studio 2022
33
44
55environment :
66 matrix :
7- # - PlatformToolset: VS15
8- - PlatformToolset : VS17
7+ - PlatformToolset : VS22
98
109platform :
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
You can’t perform that action at this time.
0 commit comments