testing only aspnet to merge

This commit is contained in:
Eddy Nakamura 2020-08-03 12:40:07 -03:00
parent d7b00c57c9
commit 43ca7d074b
1 changed files with 3 additions and 0 deletions

View File

@ -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