Skip to content

Commit

Permalink
Skip regular restore and only do workload restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Nov 9, 2024
1 parent 992088e commit 5079cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
dotnet-version: '8.0.x' # Specify your .NET version here

# - name: Restore dependencies
# run: |
# dotnet workload restore
- name: Restore dependencies
run: |
dotnet workload restore
- name: Build
run: dotnet build --configuration Release #--no-restore
run: dotnet build --configuration Release --no-restore

- name: Publish
run: dotnet publish --configuration Release --output ./output
Expand Down

0 comments on commit 5079cb8

Please sign in to comment.