diff options
author | Bob Arnson <bob@firegiant.com> | 2021-08-22 22:26:23 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-08-22 22:55:41 -0400 |
commit | 19c52f14644ac666c12f1a44bc2c0cce1586b8c5 (patch) | |
tree | be6ef8e61e7fe6c37ae9e7bafd3f2fda64934883 /src/test/burn/TestData/WixStdBaTests/PackageA | |
parent | bb18c9c4f0e6da640775b85ebda68b31f2b391ed (diff) | |
download | wix-19c52f14644ac666c12f1a44bc2c0cce1586b8c5.tar.gz wix-19c52f14644ac666c12f1a44bc2c0cce1586b8c5.tar.bz2 wix-19c52f14644ac666c12f1a44bc2c0cce1586b8c5.zip |
On SuppressDowngradeFailure, quit after detect.
Implements https://github.com/wixtoolset/issues/issues/6537.
Diffstat (limited to 'src/test/burn/TestData/WixStdBaTests/PackageA')
-rw-r--r-- | src/test/burn/TestData/WixStdBaTests/PackageA/PackageA.wixproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/burn/TestData/WixStdBaTests/PackageA/PackageA.wixproj b/src/test/burn/TestData/WixStdBaTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..a028c152 --- /dev/null +++ b/src/test/burn/TestData/WixStdBaTests/PackageA/PackageA.wixproj | |||
@@ -0,0 +1,9 @@ | |||
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 | <UpgradeCode>{78FBE6B9-7BA5-444B-A2B8-489820FA2C89}</UpgradeCode> | ||
5 | </PropertyGroup> | ||
6 | <ItemGroup> | ||
7 | <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" /> | ||
8 | </ItemGroup> | ||
9 | </Project> \ No newline at end of file | ||