testing only aspnet to merge
This commit is contained in:
parent
d7b00c57c9
commit
43ca7d074b
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
- name: dotnet test
|
||||
run: dotnet test --collect:"XPlat Code Coverage" --results-directory:"TestResults" --configuration Release --no-build -- RunConfiguration.DisableAppDomain=true
|
||||
|
||||
- name: dotnet test aspnet
|
||||
run: dotnet test test\OpenTelemetry.Instrumentation.AspNet.Tests\OpenTelemetry.Instrumentation.AspNet.Tests.csproj --collect:"XPlat Code Coverage" --results-directory:"TestResults" --configuration Release --no-build -- RunConfiguration.DisableAppDomain=true
|
||||
|
||||
- name: Install report tool
|
||||
run: dotnet tool install -g dotnet-reportgenerator-globaltool
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue