Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seedysoft committed Apr 30, 2024
1 parent e54ddd7 commit c440b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
run: |
echo "Running ${{ github.job }}"
# Restore everything
dotnet restore Seedysoft.sln verbosity normal
dotnet restore Seedysoft.sln --verbosity normal
- name: Build solution
id: build-solution
run: |
echo "Running ${{ github.job }}"
# Build everything
dotnet build Seedysoft.sln no-restore --verbosity normal
dotnet build Seedysoft.sln --no-restore --verbosity normal
- name: Publish linux-arm64 runtime
id: publish-linux-arm64-runtime
Expand Down

0 comments on commit c440b7b

Please sign in to comment.