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
Install the .net core 3 SDK on the ubuntu image for the time being
pull/1382/head
JT
6 years ago
parent
4c154ecadd
commit
b4f3d8e035
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
azure-pipelines.yml
+ 5
- 0
azure-pipelines.yml
View File
@@ -16,6 +16,11 @@ jobs:
pool:
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-16.04'
steps:
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '3.x'
- template: azure/build.yml
- template: azure/build.yml
- job: Windows_build
- job: Windows_build
Write
Preview
Loading…
Cancel
Save