Skip to content

Commit

Permalink
ci(build): bump to net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisdg committed Nov 25, 2021
1 parent 92db4d0 commit 9c02acd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-2022, macos-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
include-prerelease: True
dotnet-version: 6.0.100
- name: Restore
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -72,8 +71,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
include-prerelease: True
dotnet-version: 6.0.100
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down

0 comments on commit 9c02acd

Please sign in to comment.