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.
1 parent f25cd9f commit 2f93e3eCopy full SHA for 2f93e3e
.github/workflows/dotnet_build_release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet build RedSeaMarkupLanguage.sln -c Release -p:Platform=${{ matrix.arch }}
36
37
- name: Run tests
38
- run: dotnet test ./RSML.Tests/RSML.Tests.csproj --no-build
+ run: dotnet test ./RSML.Tests/RSML.Tests.csproj -c Release --no-build
39
40
- name: Pack & push to NuGet
41
if: github.event_name == 'push' && matrix.os == 'windows-latest' && matrix.arch == 'x64'
0 commit comments