-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix condition syntax for StoreBroker package tasks in MSIX pipeline #26427
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 condition syntax for StoreBroker package tasks in MSIX pipeline #26427
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.
Pull Request Overview
This PR fixes condition syntax for two StoreBroker package tasks in the MSIX pipeline to use the correct OneBranch variable reference pattern, and adds a comprehensive instruction file documenting the proper OneBranch condition syntax for the repository.
Key Changes
- Updated StoreBroker package conditions from
'$(VARIABLE)'string expansion tovariables['VARIABLE']syntax - Added comprehensive OneBranch condition syntax instruction file with examples and best practices
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.pipelines/templates/package-create-msix.yml |
Fixed condition syntax for Preview and Stable/LTS StoreBroker package tasks to use proper variables['NAME'] pattern |
.github/instructions/onebranch-condition-syntax.instructions.md |
Added comprehensive guide documenting correct OneBranch condition syntax with examples, troubleshooting tips, and best practices |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR fixes the condition syntax for StoreBroker package tasks in the MSIX pipeline to use proper OneBranch syntax.
The changes ensure that conditional expressions follow the correct OneBranch format for evaluating pipeline variables.