Skip to content

Commit 3cf46c2

Browse files
committed
Support C# 6
1 parent 24aaaa2 commit 3cf46c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2.0.{build}-{branch}
22
build:
33
verbosity: normal
44

5+
os: Visual Studio 2015
6+
install:
7+
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
8+
59
configuration: Release
610

711
init:
@@ -14,8 +18,4 @@ notifications:
1418
X-Duga-Event: duga42
1519
on_build_success: true
1620
on_build_failure: true
17-
on_build_status_changed: true
18-
19-
os: Visual Studio 2015
20-
install:
21-
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
21+
on_build_status_changed: true

0 commit comments

Comments
 (0)