Skip to content

Commit

Permalink
update connection to keyvault
Browse files Browse the repository at this point in the history
  • Loading branch information
jazuntee committed Sep 1, 2022
1 parent e8eef7d commit 03aa5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 03aa5ac

Please sign in to comment.