[AppVeyor] Use proper MSBuild version
This commit is contained in:
parent
87932ca196
commit
9f86500af4
|
@ -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