Skip to content

Commit

Permalink
Use PowerShell1ES pool for official build (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWTruher authored Oct 12, 2021
1 parent b063f90 commit 27b44e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stages:
- stage: Build
displayName: Build
pool:
name: Package ES CodeHub Lab E
name: PowerShell1ES # was Package ES CodeHub Lab E
jobs:
- job: Build_Job
displayName: Build Microsoft.PowerShell.ScriptAnalyzer
Expand Down Expand Up @@ -162,7 +162,7 @@ stages:
jobs:
- job: Compliance_Job
pool:
name: Package ES CodeHub Lab E
name: PowerShell1ES # was Package ES CodeHub Lab E
steps:
- checkout: self
- checkout: ComplianceRepo
Expand Down

0 comments on commit 27b44e7

Please sign in to comment.