Skip to content

Commit

Permalink
Merge branch 'main' into enumeration-api-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Aug 18, 2022
2 parents 69f0b9d + 245c2b3 commit 0acdb33
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 0acdb33

Please sign in to comment.