Skip to content

Commit 0bb43ae

Browse files
committed
install .NET SDK 10
1 parent ab2bd34 commit 0bb43ae

File tree

7 files changed

+11
-1
lines changed

7 files changed

+11
-1
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
dotnet-version: |
3636
8.0.412
3737
9.0.303
38+
10.0.100-preview.6
3839
3940
- name: Check for NuGet packages cache
4041
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
dotnet-version: |
3939
8.0.412
4040
9.0.303
41+
10.0.100-preview.6
4142
4243
- name: Check for NuGet packages cache
4344
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
dotnet-version: |
7474
8.0.412
7575
9.0.303
76+
10.0.100-preview.6
7677
7778
- name: Check for NuGet packages cache
7879
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -132,6 +133,7 @@ jobs:
132133
dotnet-version: |
133134
8.0.412
134135
9.0.303
136+
10.0.100-preview.6
135137
136138
- name: Check for NuGet packages cache
137139
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -175,6 +177,7 @@ jobs:
175177
dotnet-version: |
176178
8.0.412
177179
9.0.303
180+
10.0.100-preview.6
178181
179182
- name: Check for NuGet packages cache
180183
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
@@ -275,6 +278,7 @@ jobs:
275278
dotnet-version: |
276279
8.0.412
277280
9.0.303
281+
10.0.100-preview.6
278282
279283
- name: Check for NuGet packages cache
280284
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
dotnet-version: |
8181
8.0.412
8282
9.0.303
83+
10.0.100-preview.6
8384
8485
# If the analyze step fails for one of the languages you are analyzing with
8586
# "We were unable to automatically build your code", modify the matrix above

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3030
with:
31-
dotnet-version: 9.0.303
31+
dotnet-version: 10.0.100-preview.6
3232

3333
- name: dotnet format
3434
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

.github/workflows/release-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
dotnet-version: |
1919
8.0.412
2020
9.0.303
21+
10.0.100-preview.6
2122
2223
- name: Test the PowerShell module instructions from README.md
2324
shell: powershell
@@ -69,6 +70,7 @@ jobs:
6970
dotnet-version: |
7071
8.0.412
7172
9.0.303
73+
10.0.100-preview.6
7274
7375
- name: Install MacOS CoreUtils
7476
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
dotnet-version: |
4444
8.0.412
4545
9.0.303
46+
10.0.100-preview.6
4647
4748
- name: Run BuildTracer and ManagedTests
4849
run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }}

0 commit comments

Comments
 (0)