File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
2+
23pull_requests :
34 do_not_increment_build_number : true
5+
46skip_tags : true
7+
58image :
69- Visual Studio 2017
7- - Previous Visual Studio 2017
10+
811configuration :
912- Debug
1013- Mixed
1114- Release
15+
1216platform :
1317- x64
1418- x86
19+
1520cache :
1621- packages -> **\packages.config
22+
1723before_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+
2734after_build :
2835- cmd : xr_pack_build.cmd
36+
2937test : off
38+
3039artifacts :
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+
4353deploy :
4454- provider : GitHub
4555 tag : $(appveyor_build_version)
You can’t perform that action at this time.
0 commit comments