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
Fix missing Release configuration in CI scripts
pull/1483/head
FiniteReality
5 years ago
parent
72ab959e40
commit
a65a41c6fb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+ 1
- 1
.github/workflows/build.yml
View File
@@ -24,7 +24,7 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Run Unit Tests
run: dotnet test --no-build --
verbosity normal
run: dotnet test --no-build --
configuration Release
- name: Pack Discord.Net
run: dotnet pack --no-build --configuration Release
Write
Preview
Loading…
Cancel
Save