restore workload
This commit is contained in:
parent
f8db19ab20
commit
a0b2a3bb14
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -234,6 +234,9 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Install workload
|
||||
run: dotnet workload restore
|
||||
|
||||
- name: Create NuGet Package
|
||||
run: dotnet pack -c Release -o artifacts/nupkg
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue