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 d359e3a commit a061b97Copy full SHA for a061b97
appveyor.yml
@@ -2,19 +2,13 @@ image:
2
- Visual Studio 2019
3
4
platform:
5
- # - Win32
6
- x64
7
8
-environment:
9
- matrix:
10
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
11
- TOOLSET: v142
12
-
13
build_script:
14
- cmd: >-
15
cd test
16
17
- msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%;PlatformToolset=%TOOLSET%
+ msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%
18
19
test_script:
20
- cmd: x64\Release\test.exe
0 commit comments