Skip to content

Commit

Permalink
Use GitVersion with .NET 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Nov 10, 2021
1 parent d936770 commit 0365087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,19 @@ jobs:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected]
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Test
run: dotnet test --verbosity normal
- name: Pack
Expand Down

0 comments on commit 0365087

Please sign in to comment.