Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload all VSIXes to drop, not just those that are inserted #31425

Closed
wants to merge 1 commit into from

Conversation

tmat
Copy link
Member

@tmat tmat commented Nov 28, 2018

Temporary measure to make the vsixes available.
Long term we will want to remove dependency on cpvsbuild completely.

@heejaechang
Copy link
Contributor

@jasonmalinowski @jmarolf can you take a look?

@@ -182,7 +182,7 @@ steps:
- task: PowerShell@2
displayName: Publish Drop - VSSetup
inputs:
arguments: '-Source Binaries\VSSetup\$(BuildConfiguration)\Insertion -Target $(DropRoot)\Roslyn-Signed\$(Build.SourceBranchName)\$(BuildConfiguration)\$(Build.BuildNumber)\Insertion -ParallelCount 8'
arguments: '-Source Binaries\VSSetup\$(BuildConfiguration) -Target $(DropRoot)\Roslyn-Signed\$(Build.SourceBranchName)\$(BuildConfiguration)\$(Build.BuildNumber)\VSSetup -ParallelCount 8'
Copy link
Member

Choose a reason for hiding this comment

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

Why is the target path changing like it is? I could have imagined you were trying to keep it in sync so the setup stuff lives in the same place, but this isn't doing that. (I think?)

Copy link
Member Author

Choose a reason for hiding this comment

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

Insertion is a subdirectory of VSSetup, so this uploads the entire VSSetup directory instead of just it's Insertion subdirectory.

This is just a temporary change anyways. We'll remove all this once we move away from cpvsdrops.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Does this need other changes though on the insertion tool? I would have assumed it was looking for an "Insertion" folder but now it'll be "VSSetup\Insertion" on cpvsbuild?

Copy link
Member Author

@tmat tmat Dec 5, 2018

Choose a reason for hiding this comment

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

The insertion tool does not consume these files. It reads files from DevDivInsertionFiles.

@tmat
Copy link
Member Author

tmat commented Dec 10, 2018

Superseded by #31560

@tmat tmat closed this Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants