File tree Expand file tree Collapse file tree 7 files changed +11
-1
lines changed
Expand file tree Collapse file tree 7 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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' }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments