Skip to content

Commit

Permalink
Add GitVersion install step
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Aug 18, 2023
1 parent 25f283a commit 6965864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '5.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 6965864

Please sign in to comment.