Removed vcpkg

This commit is contained in:
Jon Galloway 2017-11-30 15:13:55 -08:00 committed by GitHub
parent ffe06a3c93
commit 636feec6b9
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:
- ps: $env:Path = [System.String]::Join(";", ($env:Path -split ";" | Where-Object {!$_.Contains("C:\Tools\vcpkg")}))
- cmd: rmdir C:\Tools\vcpkg /q /s
- cmd: ./build.cmd
test: off
install: