Skip to content

Commit

Permalink
CI: using .NET 8 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
odalet-addup committed Feb 22, 2024
1 parent 8f0a484 commit bbcaed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
SOLUTION: src/Delta.CertXplorer.sln
DOTNET_ROLL_FORWARD: LatestMajor
BUILD_CONFIGURATION: Release

defaults:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1
- name: Install GitVersion
Expand All @@ -64,7 +65,6 @@ jobs:
run: dotnet sonarscanner end /d:sonar.login="${{secrets.SONAR_TOKEN}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOTNET_ROLL_FORWARD: LatestMajor
- name: Collect Windows executable
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit bbcaed0

Please sign in to comment.