From 03aa5ac127a5d48c5f1f35caa6a3d4d7b14072c0 Mon Sep 17 00:00:00 2001 From: "Jason Thompson (ID CXP)" Date: Thu, 1 Sep 2022 15:54:14 -0400 Subject: [PATCH] update connection to keyvault --- build/azure-pipelines/azure-pipelines-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/azure-pipelines-cd.yml b/build/azure-pipelines/azure-pipelines-cd.yml index c42ccf0..01fcf5a 100644 --- a/build/azure-pipelines/azure-pipelines-cd.yml +++ b/build/azure-pipelines/azure-pipelines-cd.yml @@ -152,7 +152,7 @@ stages: # parameters: # moduleName: '$(moduleName)' # RepositorySourceLocation: 'https://www.poshtestgallery.com/api/v2' -# NuGetApiKeyAzureConnection: 'GTP - Architecture (980e0e9f-178a-4c38-9372-f17806c6b944)' +# NuGetApiKeyAzureConnection: 'Azure - MSFT Identity - Community Projects' # NuGetApiKeyVaultName: 'codesign-kv' # NuGetApiKeySecretName: 'PSTestGallery-API-Key' # Unlist: true @@ -191,7 +191,7 @@ stages: parameters: moduleName: '$(moduleName)' RepositorySourceLocation: 'https://www.powershellgallery.com/api/v2' - NuGetApiKeyAzureConnection: 'GTP - Architecture (980e0e9f-178a-4c38-9372-f17806c6b944)' + NuGetApiKeyAzureConnection: 'Azure - MSFT Identity - Community Projects' NuGetApiKeyVaultName: 'codesign-kv' NuGetApiKeySecretName: 'PSGallery-API-Key' - task: GitHubRelease@1