Skip to content

Commit

Permalink
Update CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Feb 2, 2025
1 parent 90bff7b commit 47b6d38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/constants.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DOTNET_VERSION_STABLE: '9.0.x'
DOTNET_VERSION_CURRENT_STABLE: '9.0.x'
DOTNET_8_VERSION_STABLE: '8.0.x'
DOTNET_VERSION_PREVIEW: ''
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
${{ env.DOTNET_VERSION_STABLE }}
${{ env.DOTNET_VERSION_CURRENT_STABLE }}
${{ env.DOTNET_8_VERSION_STABLE }}
- name: Restore dependencies
run: dotnet restore
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
${{ env.DOTNET_VERSION_STABLE }}
${{ env.DOTNET_VERSION_CURRENT_STABLE }}
${{ env.DOTNET_8_VERSION_STABLE }}
- name: Setup DocFX
run: dotnet tool update -g docfx
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
${{ env.DOTNET_VERSION_STABLE }}
${{ env.DOTNET_VERSION_CURRENT_STABLE }}
${{ env.DOTNET_8_VERSION_STABLE }}
- name: Install SonarCloud scanner
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 47b6d38

Please sign in to comment.