Skip to content

Commit

Permalink
Update pipeline to pull down secrets from key vault (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino authored Oct 16, 2023
1 parent ba58326 commit 4de4c21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ pool:
- ImageOverride -equals $(imageName)

steps:
- task: AzureKeyVault@2
inputs:
azureSubscription: 'Simple Batch(0b894477-1614-4c8d-8a9b-a697a24596b8)'
KeyVaultName: 'powershell-worker'
SecretsFilter: '*'
RunAsPreJob: true
- pwsh: |
Import-Module "./tools/helper.psm1" -Force
Install-Dotnet
Expand Down

0 comments on commit 4de4c21

Please sign in to comment.