diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-01 23:02:05 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-01 23:02:05 -0600 |
commit | 5d0434843c6f307a46fa95139c1e754221cc13af (patch) | |
tree | 559f1714b14c08fa09449b62770c9107fae968c3 /src/Wix.Build.props | |
parent | 86456524fe4640053616f6fc18311159e6fafea5 (diff) | |
download | wix-5d0434843c6f307a46fa95139c1e754221cc13af.tar.gz wix-5d0434843c6f307a46fa95139c1e754221cc13af.tar.bz2 wix-5d0434843c6f307a46fa95139c1e754221cc13af.zip |
Add MSI transaction tests.
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r-- | src/Wix.Build.props | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props new file mode 100644 index 00000000..050ec6d5 --- /dev/null +++ b/src/Wix.Build.props | |||
@@ -0,0 +1,7 @@ | |||
1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
2 | <Project> | ||
3 | <PropertyGroup> | ||
4 | <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName> | ||
5 | <OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath> | ||
6 | </PropertyGroup> | ||
7 | </Project> | ||