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 91ace5b commit 0803c33Copy full SHA for 0803c33
appveyor.yml
@@ -15,7 +15,7 @@
15
environment:
16
RestorePackages: false
17
install:
18
- - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
+ - set PATH=%programfiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64;%PATH%
19
before_build:
20
- ps: .paket\paket.exe install
21
build:
@@ -50,7 +50,7 @@
50
51
52
53
54
55
56
0 commit comments