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: force dotnet restore to run without cache
pull/1567/head
Christopher Felegy
5 years ago
parent
3325031f04
commit
5227241ba5
No known key found for this signature in database
GPG Key ID:
3AB2CA980DDC61A9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
azure/build.yml
+ 1
- 1
azure/build.yml
View File
@@ -1,5 +1,5 @@
steps:
- script: dotnet restore -
v minimal
Discord.Net.sln
- script: dotnet restore -
-no-cache
Discord.Net.sln
displayName: Restore packages
- script: dotnet build "Discord.Net.sln" --no-restore -v minimal -c $(buildConfiguration) /p:BuildNumber=$(buildNumber) /p:IsTagBuild=$(buildTag)
Write
Preview
Loading…
Cancel
Save