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 591a7c4 commit 52117f3Copy full SHA for 52117f3
1 file changed
appveyor.yml
@@ -2,12 +2,9 @@ version: '{build}'
2
pull_requests:
3
do_not_increment_build_number: true
4
skip_tags: true
5
-image:
6
-- Visual Studio 2017
7
-- Previous Visual Studio 2017
+image: Visual Studio 2017
8
configuration:
9
- Release
10
-- Mixed
11
- Debug
12
platform:
13
- x86
@@ -20,4 +17,4 @@ build:
20
17
verbosity: minimal
21
18
after_build:
22
19
- cmd: xrbuild.cmd
23
-test: off
+test: off
0 commit comments