We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Release
1 parent 09c6c2c commit 49d7525Copy full SHA for 49d7525
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
# Ensure that the tests must pass
32
# The job will fail automatically if any test fails because `dotnet test` exits with a non-zero code
33
- name: Run tests
34
- run: dotnet test --solution CodeOfChaos.Ansi.slnx --no-restore --no-build
+ run: dotnet test --solution CodeOfChaos.Ansi.slnx --configuration Release --no-restore --no-build
35
36
- name: Publish to NuGet
37
env:
0 commit comments