-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 downloading build artifact in case build is triggered from forked… #10297
Conversation
@@ -239,6 +239,7 @@ | |||
"DownloadArtifacts": "Downloading artifact %s from: %s", | |||
"DownloadingArtifactsForBuild": "Downloading artifacts for build: %s", | |||
"LinkedArtifactCount": "Linked artifacts count: %s", | |||
"ExtractionFailed": "Failed to extract package with error %s", |
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.
Package extraction failed with error %s
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.
will take separately
I'm currently getting 404s when using the DownloadBuildArtifacts task in my Azure Pipeline: The build is triggered by a PR from a fork on GitHub. Does this PR resolve the issue, and if so any ETA on when it will be pushed to production? |
This fix is already in production. Please try and let us know if it's not working for you. |
Thanks @Lovakumar - sent you mail. |
… github repos.