-
Notifications
You must be signed in to change notification settings - Fork 353
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
Remove copy instructions in PushToAzureDevOpsArtifacts #4565
Conversation
This reverts commit 7c90529.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy that we don't need this anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, on second thought I wonder if we should wait a bit before pushing this to repos, We made sure that Arcade doesn't move the artifacts around anymore, but if someone else does it as well, this would end up breaking official builds without any warning in the PR.
@JohnTortugo Is there any way to roll out an update that would flag this initially if repos are doing something bad? |
… exist at least at this point in time.
I think unfortunately there isn't much we can do. The potential issue here is for files be moved/deleted after we emit the ##vso command but before AzDO actually execute the upload. So, I think a better error message in the ##vso implementation would be the right thing. That being said, I added some What do you think? |
Maybe we can make this in two stages:
Or maybe we can simply remove the usage of the property from Arcade and keep it in the task? |
Talked offline. I'll remove the usage of the property in the task & SDK and change the task to print a message saying that the property is deprecated if it's used. |
src/Microsoft.DotNet.Build.Tasks.Feed/src/PushToAzureDevOpsArtifacts.cs
Outdated
Show resolved
Hide resolved
…ifacts.cs Co-Authored-By: Ricardo Arenas <riarenas@microsoft.com>
Closes: #4564
This is the first of two PRs. Second one will be to remove the copy instructions in the SDK Publish.proj.
This change and also the one in the SDK have been tested here: https://dnceng.visualstudio.com/internal/_build/results?buildId=465204&view=results https://dnceng.visualstudio.com/internal/_build/results?buildId=465001&view=results