Merge pull request #1377 from Margen67/patch-1
[AppVeyor] Use proper MSBuild version
This commit is contained in:
commit
f7199f6903
|
@ -53,7 +53,7 @@ environment:
|
||||||
|
|
||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
install:
|
install:
|
||||||
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
|
- cmd: set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
|
||||||
- cmd: xb.bat setup
|
- cmd: xb.bat setup
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue