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 24aaaa2 commit 3cf46c2Copy full SHA for 3cf46c2
appveyor.yml
@@ -2,6 +2,10 @@ version: 2.0.{build}-{branch}
2
build:
3
verbosity: normal
4
5
+os: Visual Studio 2015
6
+install:
7
+- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
8
+
9
configuration: Release
10
11
init:
@@ -14,8 +18,4 @@ notifications:
14
18
X-Duga-Event: duga42
15
19
on_build_success: true
16
20
on_build_failure: true
17
- on_build_status_changed: true
-
-os: Visual Studio 2015
-install:
21
-- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
+ on_build_status_changed: true
0 commit comments