Remove vcpkg from path
This commit is contained in:
parent
9ee603db1b
commit
ffe06a3c93
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue