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
meta: pipelines use .net 6
pull/1958/head
quin lynch
3 years ago
parent
dbb09b0738
commit
ef5c37b52d
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
azure/build.yml
+ 7
- 0
azure/build.yml
View File
@@ -1,4 +1,11 @@
steps:
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '6.0.x'
includePreviewVersions: true
- task: DotNetCoreCLI@2
- task: DotNetCoreCLI@2
inputs:
inputs:
command: 'restore'
command: 'restore'
Write
Preview
Loading…
Cancel
Save