Skip to content

Commit

Permalink
Add release mode to publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrandvd authored Aug 11, 2023
1 parent 3bb5e03 commit fda1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore ${{ env.PROJECT_PATH }}
- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
- name: Test
run: dotnet test ${{ env.TEST_PATH }} --filter GitHubActions!=Skip --no-build --verbosity normal

Expand Down

0 comments on commit fda1d8e

Please sign in to comment.