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
meta: CI should build tag commits as well
tags/2.1.0
Christopher Felegy
6 years ago
parent
63381f1204
commit
53e0202677
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
azure-pipelines.yml
+ 5
- 0
azure-pipelines.yml
View File
@@ -3,6 +3,11 @@ variables:
buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ]
buildNumber: $[ variables['Build.BuildNumber'] ]
trigger:
tags:
include: '*'
branches:
include: '*'
jobs:
- job: Linux
Write
Preview
Loading…
Cancel
Save