Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix current publish build warnings #11317

Merged
merged 2 commits into from
May 1, 2017
Merged

Conversation

dagood
Copy link
Member

@dagood dagood commented May 1, 2017

Cleans up publish build warnings.


CoreCLR publishes two Drops, one named by OfficialBuildId, another by BuildNumber. Having both makes it so you don't need to translate from one to another to find a CoreCLR build's Drop.

When the dropMetadataContainerName is the same, the later step fails. (This was only a warning because the step is "continue on error".) The metadata name is used to create a VSTS Artifact. I changed the metadata name based on what the Drop is named after.


Remove "Copy Publish Artifact: PublishLogs" because there are no *.log files being created during the publish build. There is only a init-tools.cmd call and direct msbuild invocations.

@dagood dagood self-assigned this May 1, 2017
@dagood dagood requested a review from wtgodbe May 1, 2017 17:08
@dagood dagood changed the title Make VSTS Drop metadata distinct Fix current publish build warnings May 1, 2017
Copy link
Member

@wtgodbe wtgodbe left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Davis!

@dagood
Copy link
Member Author

dagood commented May 1, 2017

Thanks! Merging now without CI complete because CI doesn't use the pipebuild files.

@dagood dagood merged commit e695a6d into dotnet:master May 1, 2017
@dagood dagood deleted the diff-drop-metadata branch May 1, 2017 18:35
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants