Skip to content

Commit

Permalink
Use new .NET checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Nov 14, 2022
1 parent 2ef5fe3 commit 5ddb471
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ jobs:
submodules: true
fetch-depth: 0

- name: Install .NET 6.0
uses: actions/setup-dotnet@v1
- name: Install .NET 6.0 and 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'

- name: Install .NET 7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.0.x
7.0.x
- name: Build, Test, Pack, Publish
shell: bash
Expand Down

0 comments on commit 5ddb471

Please sign in to comment.