Skip to content

Remove double publish of windows assets #39439

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

Merged
merged 3 commits into from
Jan 11, 2022
Merged

Remove double publish of windows assets #39439

merged 3 commits into from
Jan 11, 2022

Conversation

BrennanConroy
Copy link
Member

Because we build x64/x86 and arm64 in the same job and publish in both steps, we end up double publishing the x64/x86 assets which results in failures when darc tries to publish assets.

Removing the publish from the x64/x86 step and only running publish in the last step (arm64) to avoid double publishing.

@BrennanConroy BrennanConroy requested a review from a team as a code owner January 11, 2022 17:03
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jan 11, 2022
@BrennanConroy BrennanConroy enabled auto-merge (squash) January 11, 2022 18:14
@BrennanConroy BrennanConroy merged commit b4dc215 into main Jan 11, 2022
@BrennanConroy BrennanConroy deleted the brecon/arm2 branch January 11, 2022 19:44
@ghost ghost added this to the 7.0-preview1 milestone Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants