Skip to content

Commit 2564cb8

Browse files
committed
#3: set up CI/CD
1 parent e86291a commit 2564cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Restore dependencies
3131
run: dotnet restore
3232
- name: Build
33-
run: dotnet build --no-restore /p:VersionPrefix=${{ env.LIBRARY_VERSION }}
33+
run: dotnet build --no-restore /p:VersionPrefix=${{ env.LIBRARY_VERSION }} -c Release
3434
- name: Test
3535
run: dotnet test --no-build --verbosity normal
3636
- name: Publish TempMail.Client NuGet Package

0 commit comments

Comments
 (0)