ci: move condition back to root, debug deploy

This commit is contained in:
Christopher Felegy
2019-03-16 16:35:35 -04:00
parent 5d3bf981de
commit e1bc3a3f0c
2 changed files with 7 additions and 7 deletions

View File

@@ -10,9 +10,3 @@ steps:
# TODO: build nuspec
- task: PublishBuildArtifacts@1
condition: |
and (
succeeded(),
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
)