We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70d32d commit bdea7d2Copy full SHA for bdea7d2
azure-pipelines-daily.yaml
@@ -39,4 +39,4 @@ stages:
39
scriptType: pscore
40
scriptLocation: inlineScript
41
inlineScript: |
42
- Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize $_}
+ Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize --skip-untracked $_}
0 commit comments