We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72301a commit a6a840dCopy full SHA for a6a840d
1 file changed
azure-pipelines.yml
@@ -151,7 +151,7 @@ jobs:
151
- task: CopyFiles@2
152
displayName: Copy vcpkg logs
153
inputs:
154
- SourceFolder: src\vcpkg_installed\vcpkg\blds
+ SourceFolder: $(VCPKG_INSTALL_ROOT)\buildtrees
155
Contents: '**\*.log'
156
TargetFolder: '$(artifactsDir)\vcpkg'
157
@@ -650,7 +650,7 @@ jobs:
650
651
652
653
654
655
656
0 commit comments