Skip to content

Commit d1d4faf

Browse files
committed
Remove branch name check
1 parent 3216100 commit d1d4faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stages:
8282
pool:
8383
vmImage: ubuntu-latest
8484
environment: 'NuGet'
85-
condition: and(eq(variables['build.sourceBranchName'], 'master'), startsWith(variables['build.sourceBranch'], 'refs/tags/'))
85+
condition: startsWith(variables['build.sourceBranch'], 'refs/tags/')
8686
strategy:
8787
runOnce:
8888
deploy:

0 commit comments

Comments
 (0)