Skip to content

Commit 3774f79

Browse files
committed
AppVeyor: disable compilation in Previous Visual Studio 2017
Formatting
1 parent b9026bf commit 3774f79

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

appveyor.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
version: '{build}'
2+
23
pull_requests:
34
do_not_increment_build_number: true
5+
46
skip_tags: true
7+
58
image:
69
- Visual Studio 2017
7-
- Previous Visual Studio 2017
10+
811
configuration:
912
- Debug
1013
- Mixed
1114
- Release
15+
1216
platform:
1317
- x64
1418
- x86
19+
1520
cache:
1621
- packages -> **\packages.config
22+
1723
before_build:
1824
- cmd: >-
1925
nuget restore src\engine.sln
@@ -24,9 +30,12 @@ build:
2430
project: src/engine.sln
2531
parallel: true
2632
verbosity: minimal
33+
2734
after_build:
2835
- cmd: xr_pack_build.cmd
36+
2937
test: off
38+
3039
artifacts:
3140
- path: res/OpenXRay.Dx86.7z
3241
name: OpenXRay.Dx86.7z
@@ -40,6 +49,7 @@ artifacts:
4049
name: OpenXRay.Rx86.7z
4150
- path: res/OpenXRay.Rx64.7z
4251
name: OpenXRay.Rx64.7z
52+
4353
deploy:
4454
- provider: GitHub
4555
tag: $(appveyor_build_version)

0 commit comments

Comments
 (0)