Skip to content

Commit 4de4c21

Browse files
Update pipeline to pull down secrets from key vault (#1012)
1 parent ba58326 commit 4de4c21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines-e2e-integration-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ pool:
1919
- ImageOverride -equals $(imageName)
2020

2121
steps:
22+
- task: AzureKeyVault@2
23+
inputs:
24+
azureSubscription: 'Simple Batch(0b894477-1614-4c8d-8a9b-a697a24596b8)'
25+
KeyVaultName: 'powershell-worker'
26+
SecretsFilter: '*'
27+
RunAsPreJob: true
2228
- pwsh: |
2329
Import-Module "./tools/helper.psm1" -Force
2430
Install-Dotnet

0 commit comments

Comments
 (0)