Skip to content

Commit 0803c33

Browse files
committed
let the appveyor hacking commence
1 parent 91ace5b commit 0803c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
environment:
1616
RestorePackages: false
1717
install:
18-
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
18+
- set PATH=%programfiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64;%PATH%
1919
before_build:
2020
- ps: .paket\paket.exe install
2121
build:
@@ -50,7 +50,7 @@
5050
environment:
5151
RestorePackages: false
5252
install:
53-
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
53+
- set PATH=%programfiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64;%PATH%
5454
before_build:
5555
- ps: .paket\paket.exe install
5656
build:

0 commit comments

Comments
 (0)