Removed vcpkg
This commit is contained in:
parent
ffe06a3c93
commit
636feec6b9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue