Skip to content

Commit

Permalink
fix ci build/restore
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Nov 4, 2024
1 parent ff3fe16 commit 799619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore /property:Configuration=Release
- name: Build
run: dotnet build --configuration Release --no-restore

Expand Down

0 comments on commit 799619f

Please sign in to comment.