Skip to content

Commit

Permalink
Build in Release configuration for Packing
Browse files Browse the repository at this point in the history
  • Loading branch information
Psypher9 committed Dec 11, 2023
1 parent 7efccb5 commit dd1ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build ${{ env.package_name }}
run: |-
dotnet build --no-restore ${{ env.project_path }}
dotnet build --no-restore ${{ env.project_path }} -c Release
- name: Test ${{ env.package_name }}
if: ${{ env.test_project_path }}
Expand Down

0 comments on commit dd1ef59

Please sign in to comment.