Skip to content

Commit 1297948

Browse files
committed
Use MSBuild 15 on AppVeyor
1 parent 702cb21 commit 1297948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{build}'
22
os: Visual Studio 2017
33
install:
4-
- set PATH=%ProgramFiles(x86)%\MSBuild\14.0\Bin;%PATH%
4+
- set PATH=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\;%PATH%
55
build:
66
project: build.proj
77
verbosity: normal

0 commit comments

Comments
 (0)