Enable CFSClean* policies for dotnet-maui pipeline#34540
Enable CFSClean* policies for dotnet-maui pipeline#34540mmitche wants to merge 1 commit intodotnet:mainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 34540Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 34540" |
|
Hey there @@mmitche! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Pull request overview
Enables additional network isolation policies for the official Azure DevOps pipeline configuration in dotnet-maui, by updating the 1ES pipeline template settings.
Changes:
- Adds a
settingsblock underextends.parametersin the official CI pipeline. - Configures
networkIsolationPolicyto includeCFSCleanandCFSClean2(in addition toPermissive).
You can also share your feedback on Copilot code review. Take the survey.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Seems there s already a CFSClean3 ? |
It appears so, though it's not active yet? It covers some additional endpoints. |
|
The official build is green there. Merge as you wish. |
Adds CFSClean and CFSClean2 network isolation policies.