Skip to content

Commit ba58326

Browse files
Add keyvault stage to read secrets (#1006)
1 parent dfca531 commit ba58326

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ variables:
2424
buildNumber: $[ counter('build', 001) ] # Start higher than our AppVeyor versions. Every build (pr or branch) will increment.
2525

2626
steps:
27+
- task: AzureKeyVault@2
28+
inputs:
29+
azureSubscription: 'Simple Batch(0b894477-1614-4c8d-8a9b-a697a24596b8)'
30+
KeyVaultName: 'powershell-worker'
31+
SecretsFilter: '*'
32+
RunAsPreJob: true
33+
2734
- pwsh: |
2835
$releaseBranches = @('v4.x/ps7.4', 'v4.x/ps7.2', 'v4.x/ps7.0', 'v3.x/ps7', 'v3.x/ps6', 'v2.x')
2936

0 commit comments

Comments
 (0)