aboutsummaryrefslogtreecommitdiff
path: root/src/Wix.Build.props
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-31 18:32:34 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 16:20:17 -0600
commit7b37f41230ca1e5e4a81b834d320831de93616a9 (patch)
tree012cc963717a37c82477ecc1deafd3d89cd32239 /src/Wix.Build.props
parent543a3f9a87204a32c9ded3f9f519ad6d42107ab7 (diff)
downloadwix-7b37f41230ca1e5e4a81b834d320831de93616a9.tar.gz
wix-7b37f41230ca1e5e4a81b834d320831de93616a9.tar.bz2
wix-7b37f41230ca1e5e4a81b834d320831de93616a9.zip
Add test for basic functionality.
Force test project to be x64. Fix intermediate path to include the test group name.
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r--src/Wix.Build.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props
index 050ec6d5..3f3aaf8f 100644
--- a/src/Wix.Build.props
+++ b/src/Wix.Build.props
@@ -2,6 +2,7 @@
2<Project> 2<Project>
3 <PropertyGroup> 3 <PropertyGroup>
4 <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName> 4 <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName>
5 <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(TestGroupName)\$(ProjectName)\</BaseIntermediateOutputPath>
5 <OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath> 6 <OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath>
6 </PropertyGroup> 7 </PropertyGroup>
7</Project> 8</Project>