ci: move condition back to root, debug deploy
This commit is contained in:
@@ -10,9 +10,3 @@ steps:
|
||||
# TODO: build nuspec
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
|
||||
condition: |
|
||||
and (
|
||||
succeeded(),
|
||||
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user