Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ extends:
parameters:
pool:
name: MSEngSS-MicroBuild2022-1ES
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MicroBuild team told me the pool MSEngSS-MicroBuild2022-1ES is deprecated, and suggest us to use the new pool VSEngSS-MicroBuild2022-1ES.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will update

settings:
networkIsolationPolicy: Permissive
stages:
- stage: Build
jobs:
Expand Down
Loading