From 96dbee83f16ce281c6de09df8143ac84fef7caf7 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 22 Oct 2024 16:11:28 +0300 Subject: [PATCH] Updated agent name from 1es-windows-ps-compute to 1es-windows-ps-compute-m --- .azure-pipelines/ci-build.yml | 2 +- .../generation-templates/generate-helpdocs-template.yml | 2 +- .azure-pipelines/weekly-generation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index a5dbb31cb8..8a894c1783 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -3,7 +3,7 @@ name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) parameters: - name: BuildAgent - default: 1es-windows-ps-compute + default: 1es-windows-ps-compute-m displayName: Build Agent - name: Test type: boolean diff --git a/.azure-pipelines/generation-templates/generate-helpdocs-template.yml b/.azure-pipelines/generation-templates/generate-helpdocs-template.yml index 590f530855..a36d174220 100644 --- a/.azure-pipelines/generation-templates/generate-helpdocs-template.yml +++ b/.azure-pipelines/generation-templates/generate-helpdocs-template.yml @@ -9,7 +9,7 @@ parameters: type: string default: "" - name: BUILDAGENT - default: 1es-windows-ps-compute + default: 1es-windows-ps-compute-m displayName: Build Agent steps: diff --git a/.azure-pipelines/weekly-generation.yml b/.azure-pipelines/weekly-generation.yml index 9189680588..0ef0a27a21 100644 --- a/.azure-pipelines/weekly-generation.yml +++ b/.azure-pipelines/weekly-generation.yml @@ -10,7 +10,7 @@ name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r) parameters: - name: BuildAgent displayName: Build Agent - default: 1es-windows-ps-compute + default: 1es-windows-ps-compute-m - name: BaseBranch displayName: Base Branch default: dev