File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/setup-dotnet@v2
1919 with :
2020 dotnet-version : |
21- 5.0.x
2221 6.0.x
23- 7.0.x
24- 8.0.x
2522 9.0.x
2623
2724 - name : Restore dependencies
3633
3734 - name : Test AutoInstrumentation.UnitTests
3835 run : |
39- dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net5.0 --no-build --verbosity normal
40- dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net6.0 --no-build --verbosity normal
41- dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net7.0 --no-build --verbosity normal
42- dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net8.0 --no-build --verbosity normal
4336 dotnet test ./src/Tests/AutoInstrumentation.UnitTests --framework net9.0 --no-build --verbosity normal
You can’t perform that action at this time.
0 commit comments