Remove vcpkg from path

This commit is contained in:
Jon Galloway 2017-11-30 14:35:16 -08:00 committed by GitHub
parent 9ee603db1b
commit ffe06a3c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ environment:
nuget:
disable_publish_on_pr: true
build_script:
- cmd: powershell.exe get-date
- ps: $env:Path = [System.String]::Join(";", ($env:Path -split ";" | Where-Object {!$_.Contains("C:\Tools\vcpkg")}))
- cmd: ./build.cmd
test: off
install: