Skip to content

Commit

Permalink
Update build-test-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huysentruitw committed Jun 13, 2024
1 parent 16a7fc3 commit 629c1fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.11
uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: '5.x'
versionSpec: '8.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v0.9.11
- name: Setup .NET 5
uses: gittools/actions/gitversion/execute@v1.1.1
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.302
dotnet-version: '8.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 629c1fa

Please sign in to comment.