From 93cf309b2167774ced6512568dce5101e54f6784 Mon Sep 17 00:00:00 2001 From: James Truher Date: Tue, 28 Sep 2021 09:00:00 -0700 Subject: [PATCH 1/2] start using PowerShell1ES pool. --- .ci/releaseBuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/releaseBuild.yml b/.ci/releaseBuild.yml index 3fe0361b4..567d0d194 100644 --- a/.ci/releaseBuild.yml +++ b/.ci/releaseBuild.yml @@ -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 @@ -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 @@ -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 From a172774873df5d2d7e8cfc005ef32742e1b55c4c Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Tue, 12 Oct 2021 18:19:10 -0400 Subject: [PATCH 2/2] Update .ci/releaseBuild.yml --- .ci/releaseBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/releaseBuild.yml b/.ci/releaseBuild.yml index 567d0d194..4b6b5bf73 100644 --- a/.ci/releaseBuild.yml +++ b/.ci/releaseBuild.yml @@ -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