Skip to content

Commit

Permalink
Merge pull request #458 from MichaelThompson/master
Browse files Browse the repository at this point in the history
Fix Build
  • Loading branch information
MichaelThompson authored Sep 18, 2024
2 parents f7b2e62 + 208e0cf commit f81b392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline-templates/windows-setup-and-key-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ steps:
- task: AzureKeyVault@1
inputs:
azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection'
azureSubscription: 'SafeguardOpenSource'
KeyVaultName: 'SafeguardBuildSecrets'
SecretsFilter: 'PowerShellGalleryApiKey'
displayName: 'Get PowerShell Gallery API key from Sandbox Azure Key Vault'
condition: and(succeeded(), eq(variables.isReleaseBranch, true))

- task: AzureKeyVault@1
inputs:
azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection'
azureSubscription: 'SafeguardOpenSource'
KeyVaultName: 'SafeguardBuildSecrets'
SecretsFilter: 'NugetOrgApiKey'
displayName: 'Get Nuget.Org API key from Sandbox Azure Key Vault'
Expand Down

0 comments on commit f81b392

Please sign in to comment.