debug build only for develop branch

This commit is contained in:
Nico Hanus
2020-06-22 16:23:55 +02:00
parent 4702fadcdc
commit e34028abd4

View File

@@ -44,7 +44,7 @@ jobs:
demands:
- Agent.OS -equals Linux
- docker
condition: or(eq(variables['Build.SourceBranch'], 'refs/heads/develop'), eq(variables['Build.SourceBranch'], 'refs/heads/integration'), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
condition: or(eq(variables['Build.SourceBranch'], 'refs/heads/develop'))
steps:
- task: npmAuthenticate@0
displayName: 'npm auth'