Browse Source

Fix missing Release configuration in CI scripts

pull/1483/head
FiniteReality 5 years ago
parent
commit
a65a41c6fb
1 changed files with 1 additions and 1 deletions
  1. +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 run: dotnet build --no-restore --configuration Release


- name: Run Unit Tests - name: Run Unit Tests
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --configuration Release


- name: Pack Discord.Net - name: Pack Discord.Net
run: dotnet pack --no-build --configuration Release run: dotnet pack --no-build --configuration Release


Loading…
Cancel
Save