Skip to content

Commit

Permalink
Merge pull request #87 from MakingSense/DOI-1509-fix-nuget-package
Browse files Browse the repository at this point in the history
[DOI-1509] set release configuration
  • Loading branch information
RodrigoPereyraDiaz authored Jul 3, 2024
2 parents b3a94f9 + 2609cba commit 4c8410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Install GitVersion
Expand Down

0 comments on commit 4c8410e

Please sign in to comment.