- Notifications
You must be signed in to change notification settings - Fork7.7k
Make sure the vPack pipeline does not produce an empty package#24988
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
462585a
intoPowerShell:masterUh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedFeb 24, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
This pull request includes several changes to the
.pipelines/PowerShell-vPack-Official.yml
file to improve the handling of package artifacts and validation processes. The most important changes involve setting new package artifact variables, updating paths for artifact listings, and adding error handling for missing files.Improvements to package artifact handling:
PackageArtifactPath
and included the corresponding variable in the pipeline.PackageArtifactPath
instead ofSystem.ArtifactsDirectory
.Validation and error handling enhancements:
ob_outputDirectory
contains files before proceeding, throwing an error if none are found.Signing configuration update:
files_to_sign
parameter to include onlySystem.Management.Automation.dll
instead of all.dll
and other file types.