diff --git a/OAT.Tests/OAT.Tests.csproj b/OAT.Tests/OAT.Tests.csproj
index 3a299ac5..89f3d240 100644
--- a/OAT.Tests/OAT.Tests.csproj
+++ b/OAT.Tests/OAT.Tests.csproj
@@ -2,7 +2,7 @@
net8.0;net48;net9.0
- Exe
+ Exe
false
Microsoft.CST.OAT.Tests
@@ -11,7 +11,9 @@
-
+
+
+
diff --git a/Pipelines/oat-pr.yml b/Pipelines/oat-pr.yml
index a2278874..b17c510d 100644
--- a/Pipelines/oat-pr.yml
+++ b/Pipelines/oat-pr.yml
@@ -50,6 +50,7 @@ extends:
poolImage: MSSecurity-1ES-Ubuntu-2204
poolOs: linux
projectPath: 'OAT.Tests/OAT.Tests.csproj'
+ dotnetTestArgs: '-- --coverage --report-trx'
- stage: Build
dependsOn:
diff --git a/Pipelines/oat-release.yml b/Pipelines/oat-release.yml
index 906a5265..370d2691 100644
--- a/Pipelines/oat-release.yml
+++ b/Pipelines/oat-release.yml
@@ -49,6 +49,7 @@ extends:
poolImage: MSSecurity-1ES-Ubuntu-2204
poolOs: linux
projectPath: 'OAT.Tests/OAT.Tests.csproj'
+ dotnetTestArgs: '-- --coverage --report-trx'
- stage: Build
dependsOn: