Skip to content

Commit 849498c

Browse files
authored
Latest vpack has an extra cppwinrt folder (#1447)
1 parent e53db0f commit 849498c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/OneBranch.Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ extends:
8585
- task: CopyFiles@2
8686
displayName: 'Stage compiler vpack contents'
8787
inputs:
88-
SourceFolder: $(Build.SourcesDirectory)/x86
88+
SourceFolder: $(Build.SourcesDirectory)/x86/cppwinrt
8989
Contents: |
90-
cppwinrt/cppwinrt.exe
91-
cppwinrt/cppwinrt.pdb
90+
cppwinrt.exe
91+
cppwinrt.pdb
9292
TargetFolder: $(ob_outputDirectory)
9393

9494
- job: MSBuild_vpack

0 commit comments

Comments
 (0)