Fix artifact Download issue in release build#9095
Fix artifact Download issue in release build#9095TravisEz13 merged 1 commit intoPowerShell:masterfrom
Conversation
daxian-dbw
left a comment
There was a problem hiding this comment.
Sign off to unblock the build. But I don't really understand the change 😃 Left a question below for my education.
| finalResults/powershell-*.tar.gz | ||
| results/powershell-*-osx-x64.tar.gz | ||
| downloadType: single | ||
| artifactName: finalResults |
There was a problem hiding this comment.
Is finalResults a folder or a single file? Is this change actually copies all items in the finalResults folder to $(System.ArtifactsDirectory)?
There was a problem hiding this comment.
This change, yes downloads all files from finalResults. I always hit some issue if I tried the filters, and this was faster than what we had before so I stopped here.
There was a problem hiding this comment.
You questions indicates you understood the change well enough.
There was a problem hiding this comment.
I saw finalResults appears in the build log as a folder :) A lucky guess
Fix artifact Download issue in release build
PR Summary
Fix artifact Download issue in release build
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.[feature]to your commit messages if the change is significant or affects feature tests