-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: install .NET 8 SDK in CI and builds
- Loading branch information
1 parent
7ab6a5d
commit 6b9f9d4
Showing
3 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.x | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
@@ -61,7 +61,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
@@ -102,7 +102,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Set up dotnet | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
@@ -144,7 +144,7 @@ jobs: | |
- name: Set up dotnet | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Download signed payload | ||
uses: actions/download-artifact@v3 | ||
|
@@ -252,7 +252,7 @@ jobs: | |
- name: Set up dotnet | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
@@ -353,7 +353,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
@@ -440,7 +440,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Build .NET tool | ||
run: | | ||
|
@@ -533,7 +533,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Package tool | ||
run: | | ||
|
@@ -710,7 +710,7 @@ jobs: | |
- name: Set up dotnet | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.201 | ||
dotnet-version: 8.0.x | ||
|
||
- name: Download artifacts | ||
uses: actions/download-artifact@v3 | ||
|