Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 authored Jan 10, 2025
1 parent a5cc408 commit 643314d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
dotnet-version: "9.0.x"

- name: Restore Dependencies
run: dotnet restore --configuration:Release
run: dotnet restore -c Release

- name: Build
run: dotnet build --configuration:Release --no-restore
run: dotnet build -c Release --no-restore

- name: Pack
run: dotnet pack --no-build --configuration Release
run: dotnet pack --no-build -c Release

- name: Push NuGet package
run: |
Expand Down

0 comments on commit 643314d

Please sign in to comment.