ci: move condition back to root, debug deploy
This commit is contained in:
@@ -16,4 +16,10 @@ jobs:
|
|||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'vs2017-win2016'
|
||||||
steps:
|
steps:
|
||||||
- template: azure/build.yml
|
- template: azure/build.yml
|
||||||
- template: azure/deploy.yml
|
- script: echo deploy
|
||||||
|
# TODO: condition check for dev branch
|
||||||
|
condition: |
|
||||||
|
and (
|
||||||
|
succeeded(),
|
||||||
|
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
|
||||||
|
)
|
||||||
|
|||||||
@@ -10,9 +10,3 @@ steps:
|
|||||||
# TODO: build nuspec
|
# TODO: build nuspec
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
|
|
||||||
condition: |
|
|
||||||
and (
|
|
||||||
succeeded(),
|
|
||||||
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user