From d81a2e5cb788d75660dd468925dab7158b43bd68 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Tue, 4 Feb 2025 08:42:26 -0600 Subject: [PATCH] Update variable group names to target new subscription --- eng/common/templates/variables/dotnet/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/templates/variables/dotnet/common.yml b/eng/common/templates/variables/dotnet/common.yml index f4863073a7..f9d52677b3 100644 --- a/eng/common/templates/variables/dotnet/common.yml +++ b/eng/common/templates/variables/dotnet/common.yml @@ -54,6 +54,6 @@ variables: - name: windowsServer2025PoolName value: Docker-2025-${{ variables['System.TeamProject'] }} -- group: DotNet-Docker-Common +- group: DotNet-Docker-Common-2 - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - - group: DotNet-Docker-Secrets-WIF + - group: DotNet-Docker-Secrets