This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Update azure pipelines
pull/1382/head
Hawx
6 years ago
parent
a7adfb24e8
commit
b748a0501d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
azure-pipelines.yml
+ 2
- 2
azure-pipelines.yml
View File
@@ -20,14 +20,14 @@ jobs:
- job: Windows_build
pool:
vmImage: '
vs2017-win2016
'
vmImage: '
windows-2019
'
condition: ne(variables['Build.SourceBranch'], 'refs/heads/dev')
steps:
- template: azure/build.yml
- job: Windows_deploy
pool:
vmImage: '
vs2017-win2016
'
vmImage: '
windows-2019
'
condition: |
and (
succeeded(),
Write
Preview
Loading…
Cancel
Save