diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-31 18:31:04 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 16:20:17 -0600 |
commit | 543a3f9a87204a32c9ded3f9f519ad6d42107ab7 (patch) | |
tree | ab97a8d20aac0d8c13cd21966b0bf12b9f878361 /src/Wix.Build.targets | |
parent | 955e19df75296004377108ae3fc0a0a068d792f7 (diff) | |
download | wix-543a3f9a87204a32c9ded3f9f519ad6d42107ab7.tar.gz wix-543a3f9a87204a32c9ded3f9f519ad6d42107ab7.tar.bz2 wix-543a3f9a87204a32c9ded3f9f519ad6d42107ab7.zip |
Don't embed cabs to match test in old repo.
Diffstat (limited to '')
-rw-r--r-- | src/Wix.Build.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wix.Build.targets b/src/Wix.Build.targets index e2caf069..6a35b172 100644 --- a/src/Wix.Build.targets +++ b/src/Wix.Build.targets | |||
@@ -4,6 +4,7 @@ | |||
4 | <PropertyGroup> | 4 | <PropertyGroup> |
5 | <PackageName Condition=" '$(PackageName)' == '' ">$(MSBuildProjectName)</PackageName> | 5 | <PackageName Condition=" '$(PackageName)' == '' ">$(MSBuildProjectName)</PackageName> |
6 | <DefineConstants>TestGroupName=$(TestGroupName);PackageName=$(PackageName);$(DefineConstants)</DefineConstants> | 6 | <DefineConstants>TestGroupName=$(TestGroupName);PackageName=$(PackageName);$(DefineConstants)</DefineConstants> |
7 | <DefineConstants Condition=" '$(CabPrefix)' != '' ">CabPrefix=$(CabPrefix);$(DefineConstants)</DefineConstants> | ||
7 | <DefineConstants Condition=" '$(UpgradeCode)' != '' ">UpgradeCode=$(UpgradeCode);$(DefineConstants)</DefineConstants> | 8 | <DefineConstants Condition=" '$(UpgradeCode)' != '' ">UpgradeCode=$(UpgradeCode);$(DefineConstants)</DefineConstants> |
8 | <DefineConstants Condition=" '$(Version)' != '' ">Version=$(Version);$(DefineConstants)</DefineConstants> | 9 | <DefineConstants Condition=" '$(Version)' != '' ">Version=$(Version);$(DefineConstants)</DefineConstants> |
9 | </PropertyGroup> | 10 | </PropertyGroup> |