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: don't build Windows_build when deploy condition met
dispose-tweaks
Christopher Felegy
6 years ago
parent
0bb9097534
commit
3d1cc3db7e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
azure-pipelines.yml
+ 1
- 0
azure-pipelines.yml
View File
@@ -14,6 +14,7 @@ jobs:
- job: Windows_build
pool:
vmImage: 'vs2017-win2016'
condition: ne(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
steps:
- template: azure/build.yml
Write
Preview
Loading…
Cancel
Save