From 893cd190cbcf29397682031b4a08c4b4dc273fcb Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Tue, 31 Oct 2023 21:55:05 +0100 Subject: [PATCH] update pipeline --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc4c2538..280fb320 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,9 +100,9 @@ steps: runOnlyImpactedTests: false # Needed to hardcode path to test adapters for NET48 tests - pathtoCustomTestAdapters: '$(Build.SourcesDirectory)\src\OpenRiaServices.Server.UnitTesting\Test\bin\$(BuildConfiguration)\net6.0\' - runInParallel: true - runSettingsFile: 'src\test.runsettings' + # pathtoCustomTestAdapters: '$(Build.SourcesDirectory)\src\OpenRiaServices.Server.UnitTesting\Test\bin\$(BuildConfiguration)\net6.0\' + runInParallel: false + # runSettingsFile: 'src\test.runsettings' codeCoverageEnabled: true platform: '$(BuildPlatform)' configuration: '$(BuildConfiguration)'