Skip to content

Conversation

@DefaultRyan
Copy link
Member

Trying to test the latest changes using a vpack, the latest vpacks are being built with an extra cppwinrt folder compared to previous vpacks. Unclear why this has changed, but it's been a long time since the last vpack was built, so any number of minor changes could have resulted in this.

Prior vPack contents:

|- cppwinrt.exe
|- cppwinrt.pdb

Latest vPack contents:

|- cppwinrt/
  |- cppwinrt.exe
  |- cppwinrt.pdb

This simply changes the vpack contents structure back to the prior format, to avoid needlessly churning the consuming build systems.

@DefaultRyan DefaultRyan requested a review from dmachaj November 7, 2024 22:59
@DefaultRyan DefaultRyan merged commit 849498c into master Nov 8, 2024
75 checks passed
@DefaultRyan DefaultRyan deleted the user/defaultryan/vpack-path branch November 8, 2024 00:40
displayName: 'Stage compiler vpack contents'
inputs:
SourceFolder: $(Build.SourcesDirectory)/x86
SourceFolder: $(Build.SourcesDirectory)/x86/cppwinrt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to be correct to me. If the source is built in $(Build.SourcesDirectory)/x86/cppwinrt then it has to be copied from there.

If what you want is the vpack contents laid out at the root for these files, shouldn't you just have added flattenFolders: true?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants