This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
ci: move deploy condition to deploy.yml
dispose-tweaks
Christopher Felegy
6 years ago
parent
369fb78e2f
commit
5d3bf981de
2 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
azure-pipelines.yml
+6
-0
azure/deploy.yml
+ 0
- 5
azure-pipelines.yml
View File
@@ -17,8 +17,3 @@ jobs:
steps:
- template: azure/build.yml
- template: azure/deploy.yml
condition: |
and (
succeeded(),
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
)
+ 6
- 0
azure/deploy.yml
View File
@@ -10,3 +10,9 @@ steps:
# TODO: build nuspec
- task: PublishBuildArtifacts@1
condition: |
and (
succeeded(),
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
)
Write
Preview
Loading…
Cancel
Save