Skip to content

Commit

Permalink
remove no restore parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored May 21, 2024
1 parent b4f4a73 commit 143fa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
- name: Building projects
run: |
cd src
dotnet build -c Release --no-restore
dotnet build -c Release
- name: Packing projects to Nuget
run: |
cd src
dotnet pack -c Release --no-build --no-restore -p:PackageVersion=${{ steps.version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
dotnet pack -c Release -p:PackageVersion=${{ steps.version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
- name: Pushing packages to Nuget
run: |
Expand Down

0 comments on commit 143fa82

Please sign in to comment.