From 8ca59efc2767d06a3f8e0c8635dd404bfc4de2d8 Mon Sep 17 00:00:00 2001 From: David Shiflet Date: Mon, 10 Aug 2020 11:46:21 -0400 Subject: [PATCH] full symbols for visual studio or code coverage (#1043) --- Directory.Build.targets | 4 ++-- azure-pipelines/integrationtests.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index 8016143a..aac90b9e 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,8 +1,8 @@ - - portable + + full true \ No newline at end of file diff --git a/azure-pipelines/integrationtests.yml b/azure-pipelines/integrationtests.yml index 5970d380..4658296b 100644 --- a/azure-pipelines/integrationtests.yml +++ b/azure-pipelines/integrationtests.yml @@ -22,7 +22,8 @@ steps: displayName: 'dotnet build' inputs: projects: '**/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj' - + arguments: '/p:CodeCoverageBuild=true' + - task: CopyFiles@2 displayName: 'Copy testsettings file to bin' inputs: