Skip to content

Commit 3114b8c

Browse files
committed
change shit till it works
1 parent 0803c33 commit 3114b8c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
only:
55
- master
66

7-
os: Visual Studio 2015
7+
os: Visual Studio 2017
88
configuration: AppVeyor
99
assembly_info:
1010
patch: true
@@ -14,8 +14,6 @@
1414
assembly_informational_version: '2.3.0.{build}'
1515
environment:
1616
RestorePackages: false
17-
install:
18-
- set PATH=%programfiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64;%PATH%
1917
before_build:
2018
- ps: .paket\paket.exe install
2119
build:
@@ -39,7 +37,7 @@
3937
only:
4038
- release
4139

42-
os: Visual Studio 2015
40+
os: Visual Studio 2017
4341
configuration: AppVeyor
4442
assembly_info:
4543
patch: true
@@ -49,8 +47,6 @@
4947
assembly_informational_version: '{version}'
5048
environment:
5149
RestorePackages: false
52-
install:
53-
- set PATH=%programfiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64;%PATH%
5450
before_build:
5551
- ps: .paket\paket.exe install
5652
build:

0 commit comments

Comments
 (0)