-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Publish PowerShell vPack for stable and better builds
#11960
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
Conversation
# Conflicts: # tools/releaseBuild/setReleaseTag.ps1
5c979f1 to
899b69d
Compare
|
Code is ready for review now. |
| value: 1 | ||
| - name: POWERSHELL_TELEMETRY_OPTOUT | ||
| value: 1 | ||
| - group: Azure Blob variable group |
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.
@adityapatwardhan Note that this YAML tells what variable groups it needs
| displayName: 'Validate Zip and MSI Package Names' | ||
|
|
||
| - pwsh: | | ||
| $message = @() |
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.
seems $message is not used
| displayName: Set Build Name for Non-PR | ||
| condition: ne(variables['Build.Reason'], 'PullRequest') | ||
|
|
||
| - template: ./templates/vpackReleaseJob.yml |
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.
Should we consider:
- Adding approvals?
- Execute only on build.reason manual?
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.
I did number 2
Let's leave 1 for when we integrate this into a deployment yaml.
vPack for stable and better builds
|
🎉 Handy links: |
PR Summary
Publish PowerShell vPack for stable and better builds
PR Context
This is related to windows engineering
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.