Skip to content

Commit

Permalink
chore(ci): use .NET8 in "pushfeature" action (#641)
Browse files Browse the repository at this point in the history
chore: use .NET8 in "pushfeature" action

Co-authored-by: Konstantin <[email protected]>
  • Loading branch information
hf-kklein and Konstantin authored Jan 15, 2025
1 parent c6ffd13 commit d7d0571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.201
dotnet-version: 8
- name: Build/Check for compile errors (dotnet build)
run: dotnet build --configuration Release --version-suffix "${{github.sha}}"
- name: Run Unit Tests (dotnet test)
Expand Down

0 comments on commit d7d0571

Please sign in to comment.