Skip to content

Commit

Permalink
dotnet workload restore in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LZ-Jason-Marckel committed Feb 24, 2024
1 parent 18b9bb9 commit 8750b70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Change base-tag in service-worker.published.js
run: sed -i 's/const base = "\/"/const base = "\/BlazorBingo\/"/g' wwwroot/service-worker.published.js

- name: Restore .NET workloads to pick up wasm-tools
run: dotnet workload restore

# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish BlazorBingo.Client.csproj -c Release -o release --nologo
Expand Down

0 comments on commit 8750b70

Please sign in to comment.