Skip to content
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions .ci/releaseBuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The name of the build that will be seen in mscodehub
# The name of the build that will be seen in mscodehub
name: PSSA-Release-$(Build.BuildId)
# how is the build triggered
# since this is a release build, no trigger as it's a manual release
Expand Down 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