From b5cf3676a9e9ebda2163e05185c34c378d32f0e6 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Mon, 18 Feb 2019 09:07:23 -0500 Subject: [PATCH] remove workaround --- azure-pipelines.ix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.ix.yml b/azure-pipelines.ix.yml index 8e4397da0d..2258b4ab60 100644 --- a/azure-pipelines.ix.yml +++ b/azure-pipelines.ix.yml @@ -55,7 +55,7 @@ steps: inputs: command: test projects: Ix.NET/Source/**/*.Tests.csproj - arguments: -c $(BuildConfiguration) --collect:"Code Coverage" -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings /p:DebugType=Full + arguments: -c $(BuildConfiguration) --collect:"Code Coverage" -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings displayName: Run Tests - task: whitesource.ws-bolt.bolt.wss.WhiteSource Bolt@18