Skip to content

Commit

Permalink
CI - Add missing frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Feb 9, 2025
1 parent 295a559 commit 3bc4382
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/constants.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DOTNET_VERSION_CURRENT_STABLE: '9.0.x'
DOTNET_8_VERSION_STABLE: '8.0.x'
DOTNET_7_VERSION_STABLE: '7.0.x'
DOTNET_6_VERSION_STABLE: '6.0.x'
DOTNET_VERSION_PREVIEW: ''
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
dotnet-version: |
${{ env.DOTNET_VERSION_CURRENT_STABLE }}
${{ env.DOTNET_8_VERSION_STABLE }}
${{ env.DOTNET_7_VERSION_STABLE }}
${{ env.DOTNET_6_VERSION_STABLE }}
- name: Restore dependencies
run: dotnet restore
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
dotnet-version: |
${{ env.DOTNET_VERSION_CURRENT_STABLE }}
${{ env.DOTNET_8_VERSION_STABLE }}
${{ env.DOTNET_7_VERSION_STABLE }}
${{ env.DOTNET_6_VERSION_STABLE }}
- name: Setup DocFX
run: dotnet tool update -g docfx
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
dotnet-version: |
${{ env.DOTNET_VERSION_CURRENT_STABLE }}
${{ env.DOTNET_8_VERSION_STABLE }}
${{ env.DOTNET_7_VERSION_STABLE }}
${{ env.DOTNET_6_VERSION_STABLE }}
- name: Install SonarCloud scanner
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 3bc4382

Please sign in to comment.