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

Fix upload conflict Microsoft.NETCore.App.Ref in official build #109650

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

akoeplinger
Copy link
Member

We're occasionally seeing errors on the official build during artifacts upload (dotnet/dnceng#1916)
This is because multiple jobs are trying to push the Microsoft.NETCore.App.Ref nuget package to the same AzDO build artifacts container, causing conflicts.

Since we'll be using the VMR in the near future and it is using a different asset selection the quick fix is to just delete the package on the jobs where it's not supposed to be uploaded rather than trying to introduce a complicated condition in msbuild.

@akoeplinger akoeplinger requested a review from lewing November 8, 2024 18:54
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 8, 2024
@akoeplinger akoeplinger added area-Infrastructure-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 8, 2024
Copy link
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak
See info in area-owners.md if you want to be subscribed.

@akoeplinger akoeplinger merged commit f1ed351 into dotnet:main Nov 9, 2024
143 of 147 checks passed
@akoeplinger akoeplinger deleted the fix-upload-conflicts branch November 9, 2024 08:22
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2024
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.

2 participants