diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 697e1475..d091f873 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,8 @@ extends: nugetServiceConnection: Nuget.org Take dotnetVersion: "6.0.x" testProjects: src/Take.Blip.Client.sln - testPermission: true + testParameters: '--configuration release --no-build --logger trx --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover' + publishTestResults: '**/*.trx' skipSonarBranch: false skipSast: false sastFilter: "!**/**, src/**/*" diff --git a/src/Take.Blip.Builder.UnitTests/Take.Blip.Builder.UnitTests.csproj b/src/Take.Blip.Builder.UnitTests/Take.Blip.Builder.UnitTests.csproj index 36b7c081..e5533989 100644 --- a/src/Take.Blip.Builder.UnitTests/Take.Blip.Builder.UnitTests.csproj +++ b/src/Take.Blip.Builder.UnitTests/Take.Blip.Builder.UnitTests.csproj @@ -1,10 +1,14 @@  - netcoreapp3.1;net6.0 + net6.0 8.0 + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Take.Blip.Client.UnitTests/Take.Blip.Client.UnitTests.csproj b/src/Take.Blip.Client.UnitTests/Take.Blip.Client.UnitTests.csproj index 7876c495..3682cd69 100644 --- a/src/Take.Blip.Client.UnitTests/Take.Blip.Client.UnitTests.csproj +++ b/src/Take.Blip.Client.UnitTests/Take.Blip.Client.UnitTests.csproj @@ -1,11 +1,15 @@  - netcoreapp3.1;net6.0 + net6.0 8.0 + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +