diff options
author | Bob Arnson <bob@firegiant.com> | 2022-08-21 23:55:26 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-08-22 08:24:20 -0400 |
commit | cb3776e5e3e075e8e4fe2ae7231ec19f3345c546 (patch) | |
tree | 9584fae64312d2fb1d023c6576fc8a37559c7258 /src/test | |
parent | b72f58abdf6dd5d0020f174358027158cb52cb72 (diff) | |
download | wix-cb3776e5e3e075e8e4fe2ae7231ec19f3345c546.tar.gz wix-cb3776e5e3e075e8e4fe2ae7231ec19f3345c546.tar.bz2 wix-cb3776e5e3e075e8e4fe2ae7231ec19f3345c546.zip |
Handle downgrade failure detection during Detect.
Fixes https://github.com/wixtoolset/issues/issues/6537.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestData/WixStdBaTests/BundleA/BundleA_v13.wixproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/burn/TestData/WixStdBaTests/BundleA/BundleA_v13.wixproj b/src/test/burn/TestData/WixStdBaTests/BundleA/BundleA_v13.wixproj new file mode 100644 index 00000000..0aeb6157 --- /dev/null +++ b/src/test/burn/TestData/WixStdBaTests/BundleA/BundleA_v13.wixproj | |||
@@ -0,0 +1,15 @@ | |||
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 Sdk="WixToolset.Sdk"> | ||
3 | <PropertyGroup> | ||
4 | <OutputType>Bundle</OutputType> | ||
5 | <UpgradeCode>{7D977157-06C9-4176-A931-AC16E18AAB51}</UpgradeCode> | ||
6 | <DefineConstants>$(DefineConstants);Version=1.3</DefineConstants> | ||
7 | <OutputName>WixStdBaTest1_v13</OutputName> | ||
8 | </PropertyGroup> | ||
9 | <ItemGroup> | ||
10 | <ProjectReference Include="..\PackageA\PackageA.wixproj" /> | ||
11 | </ItemGroup> | ||
12 | <ItemGroup> | ||
13 | <PackageReference Include="WixToolset.Bal.wixext" /> | ||
14 | </ItemGroup> | ||
15 | </Project> \ No newline at end of file | ||