Skip to content

Commit

Permalink
Update pack and publish to MyGet workflow (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla committed Aug 18, 2022
1 parent 7ba136f commit 245c2b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-packages-1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
fetch-depth: 0 # fetching all
ref: ${{ matrix.branches }}

- uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
include-prerelease: true

- name: Install dependencies
run: dotnet restore

Expand Down

0 comments on commit 245c2b3

Please sign in to comment.