Update pack and publish to MyGet workflow (#3589)
This commit is contained in:
parent
7ba136f2c5
commit
245c2b3e29
|
|
@ -32,6 +32,11 @@ jobs:
|
||||||
fetch-depth: 0 # fetching all
|
fetch-depth: 0 # fetching all
|
||||||
ref: ${{ matrix.branches }}
|
ref: ${{ matrix.branches }}
|
||||||
|
|
||||||
|
- uses: actions/setup-dotnet@v2
|
||||||
|
with:
|
||||||
|
dotnet-version: '7.0.x'
|
||||||
|
include-prerelease: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue