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 e86291a commit 2564cb8Copy full SHA for 2564cb8
.github/workflows/dotnet-release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Restore dependencies
31
run: dotnet restore
32
- name: Build
33
- run: dotnet build --no-restore /p:VersionPrefix=${{ env.LIBRARY_VERSION }}
+ run: dotnet build --no-restore /p:VersionPrefix=${{ env.LIBRARY_VERSION }} -c Release
34
- name: Test
35
run: dotnet test --no-build --verbosity normal
36
- name: Publish TempMail.Client NuGet Package
0 commit comments