Skip to content

Commit

Permalink
Merge pull request #7097 from dibarbet/fix_pipelines
Browse files Browse the repository at this point in the history
Cherry-pick pipelines fix to release
  • Loading branch information
dibarbet committed May 6, 2024
2 parents 37a1abd + dff2827 commit 95c46ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-official.yml
Expand Up @@ -31,7 +31,7 @@ extends:
parameters:
pool:
name: netcore1espool-internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines/build-all.yml
Expand Up @@ -20,7 +20,7 @@ stages:
pool:
${{ if eq(parameters.isOfficial, true) }}:
name: netcore1espool-internal
image: 1es-ubuntu-2204-pt
image: 1es-ubuntu-2204
${{ else }}:
name: Azure Pipelines
vmImage: ubuntu-latest
Expand Down Expand Up @@ -63,7 +63,7 @@ stages:
pool:
${{ if eq(parameters.isOfficial, true) }}:
name: netcore1espool-internal
image: 1es-ubuntu-2204-pt
image: 1es-ubuntu-2204
${{ else }}:
name: Azure Pipelines
vmImage: ubuntu-latest
Expand All @@ -76,7 +76,7 @@ stages:
pool:
${{ if eq(parameters.isOfficial, true) }}:
name: netcore1espool-internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
${{ else }}:
name: Azure Pipelines
vmImage: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/loc.yml
Expand Up @@ -36,7 +36,7 @@ extends:
parameters:
pool:
name: netcore1espool-internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
stages:
- stage: LocalizationStage
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines/release.yml
Expand Up @@ -27,7 +27,7 @@ extends:
parameters:
pool:
name: netcore1espool-internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand All @@ -39,7 +39,7 @@ extends:
environment: vscode-csharp-release-approvals
pool:
name: netcore1espool-internal
image: 1es-ubuntu-2204-pt
image: 1es-ubuntu-2204
os: linux
strategy:
runOnce:
Expand Down Expand Up @@ -116,7 +116,7 @@ extends:
- job: 'Tag'
pool:
name: netcore1espool-internal
image: 1es-ubuntu-2204-pt
image: 1es-ubuntu-2204
os: linux
steps:
- task: NodeTool@0
Expand Down

0 comments on commit 95c46ea

Please sign in to comment.