We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f03fa commit afc0a13Copy full SHA for afc0a13
1 file changed
ci/jenkins/Jenkinsfile.groovy
@@ -542,8 +542,8 @@ pipeline {
542
543
bat script: '''
544
PATH=C:\\src\\vcpkg;%PATH%;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Git\\bin
545
- git -C C:\src\vcpkg pull --rebase
546
- C:\src\vcpkg\bootstrap-vcpkg.bat -disableMetrics
+ git -C C:\\src\\vcpkg pull --rebase
+ C:\\src\\vcpkg\\bootstrap-vcpkg.bat -disableMetrics
547
vcpkg upgrade --no-dry-run
548
vcpkg remove --outdated
549
vcpkg integrate install
0 commit comments