Skip to content

Commit

Permalink
Remove pt
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed May 22, 2024
1 parent 56d2884 commit 3d869ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parameters:
type: object
default:
- name: netcore1espool-internal
image: 1es-ubuntu-2204-pt
image: 1es-ubuntu-2204
os: linux
- name: Azure Pipelines
image: macOS-11
Expand Down Expand Up @@ -124,7 +124,7 @@ extends:
parameters:
pool:
name: netcore1espool-internal
image: 1es-windows-2022-pt
image: 1es-windows-2022
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand All @@ -148,7 +148,7 @@ extends:
timeoutInMinutes: 120
pool:
name: netcore1espool-internal
demands: ImageOverride -equals 1es-windows-2022-pt
demands: ImageOverride -equals 1es-windows-2022
steps:
# This steps help to understand versions of .NET runtime installed on the machine,
# which is useful to diagnose some governance issues.
Expand Down Expand Up @@ -250,7 +250,7 @@ extends:
- ${{ pool.os }}
pool:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals 1es-windows-2022-pt
demands: ImageOverride -equals 1es-windows-2022
os: windows
steps:
# The template job needs a log, otherwise it writes a warning. We can disable log uploading only for
Expand Down

0 comments on commit 3d869ea

Please sign in to comment.