-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add network isolation policy parameter to vPack pipeline #26223
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
Moved WindowsHostVersion feature flags to parameters section.
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
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
Adds a new pipeline parameter to select a network isolation policy and propagates it into variables and feature flags for Windows host configuration.
- Introduces netiso parameter with allowed values and a default.
- Exposes the parameter as a variable and uses it under WindowsHostVersion featureFlags.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
…26223) Co-authored-by: Copilot <[email protected]>
…26223) Co-authored-by: Copilot <[email protected]>
…26223) Co-authored-by: Copilot <[email protected]>
…26223) Co-authored-by: Copilot <[email protected]>
…26223) Co-authored-by: Copilot <[email protected]>
PR Summary
This pull request updates the
.pipelines/PowerShell-vPack-Official.ymlpipeline configuration to introduce support for specifying a network isolation policy during build execution. The changes add a new parameter, propagate its value to pipeline variables, and ensure the network isolation setting is used in the Windows host configuration.Network Isolation Policy Support:
netisoto allow selection of a network isolation policy (KS4,R1,Netlock) with a default value of"RS1"in the pipeline parameters section.netisoparameter value to pipeline variables for use in subsequent steps.Windows Host Configuration:
WindowsHostVersionfeature flag to use the selected network isolation policy from thenetisovariable, ensuring the build runs with the specified network isolation configuration.PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header