Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhaugen authored Dec 14, 2023
1 parent f8596ff commit b96283a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore /p:Version=${{ needs.prepare_versions.outputs.PreviewAssemblyVersion }}
run: dotnet build --configuration Release --no-restore /p:Version=${{ needs.prepare_versions.outputs.PreviewAssemblyVersion }}
- name: Test
run: dotnet test --no-build
- name: Pack
Expand Down

0 comments on commit b96283a

Please sign in to comment.