From f82320995b5d6eb3c0c2480f6e33f6968a29e48a Mon Sep 17 00:00:00 2001 From: ironfede Date: Mon, 12 Aug 2024 23:44:52 +0200 Subject: [PATCH] Testing yaml change --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a9c149f..d1e81f93 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ steps: - script: dotnet build --configuration $(buildConfiguration) -f $(libFramework) $(buildProject) displayName: 'dotnet build $(buildConfiguration)' -- script: dotnet test -f $(appFramework) $(testsProject) --filter="$(testFilter)" --logger trx +- script: dotnet test -f $(appFramework) $(testsProject) --filter="$(testFilter)" --collect:"XPlat Code Coverage" --logger trx displayName: 'OpenMcdf unit tests' - script: dotnet test $(extensionTestsProject) --logger trx