diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-12 23:21:53 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-12 23:21:53 -0700 |
commit | c200dc5a9cabe368eaff6adf96dd00a3f13c04ab (patch) | |
tree | 452c8de814b9496d69ce5faeea203697a21526ec /src/test | |
parent | 0ccf2b9a0749955c258185d8c3455b4b3e904fba (diff) | |
download | wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.tar.gz wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.tar.bz2 wix-c200dc5a9cabe368eaff6adf96dd00a3f13c04ab.zip |
Improve debuggability
Diffstat (limited to 'src/test')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/TestData/Example.Extension/Example.Extension.csproj b/src/test/TestData/Example.Extension/Example.Extension.csproj index f3071fa3..1dde5044 100644 --- a/src/test/TestData/Example.Extension/Example.Extension.csproj +++ b/src/test/TestData/Example.Extension/Example.Extension.csproj | |||
@@ -5,6 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | ||
8 | </PropertyGroup> | 9 | </PropertyGroup> |
9 | 10 | ||
10 | <ItemGroup> | 11 | <ItemGroup> |
diff --git a/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj b/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj index 333ffcf2..dcacc55e 100644 --- a/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj +++ b/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj | |||
@@ -6,9 +6,7 @@ | |||
6 | <TargetFramework>netcoreapp2.1</TargetFramework> | 6 | <TargetFramework>netcoreapp2.1</TargetFramework> |
7 | <Description></Description> | 7 | <Description></Description> |
8 | <Title>WiX Toolset Tests for MSBuild Tasks</Title> | 8 | <Title>WiX Toolset Tests for MSBuild Tasks</Title> |
9 | </PropertyGroup> | 9 | <DebugType>embedded</DebugType> |
10 | |||
11 | <PropertyGroup> | ||
12 | </PropertyGroup> | 10 | </PropertyGroup> |
13 | 11 | ||
14 | <ItemGroup> | 12 | <ItemGroup> |
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index 39ec6e31..059cd45d 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||
@@ -5,6 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp2.1</TargetFramework> | 6 | <TargetFramework>netcoreapp2.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | ||
8 | </PropertyGroup> | 9 | </PropertyGroup> |
9 | 10 | ||
10 | <PropertyGroup> | 11 | <PropertyGroup> |