File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ jobs:
5454 arguments : ' --configuration $(BuildConfiguration)'
5555
5656 - task : SSMClientToolsSetup@1
57- condition : startsWith(variables['Build.SourceBranch'], 'refs/tags/storage/v ')
57+ condition : startsWith(variables['Build.SourceBranch'], 'refs/tags/')
5858
5959 - task : SSMSigningToolsSetup@1
60- condition : startsWith(variables['Build.SourceBranch'], 'refs/tags/storage/v ')
60+ condition : startsWith(variables['Build.SourceBranch'], 'refs/tags/')
6161
6262 - task : DownloadSecureFile@1
63- condition : startsWith(variables['Build.SourceBranch'], 'refs/tags/storage/v ')
63+ condition : startsWith(variables['Build.SourceBranch'], 'refs/tags/')
6464 name : clientCertificate
6565 displayName : " Download client certificate"
6666 inputs :
8989 }
9090 Write-Host $(Get-Content -Path "~\.signingmanager\logs\smksp.log")
9191 displayName: "Code Signing"
92- condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/storage/v ')
92+ condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
9393 env:
9494 SM_HOST: "$(SM_HOST)"
9595 SM_API_KEY: "$(SM_API_KEY)"
You can’t perform that action at this time.
0 commit comments