aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-01-02 13:13:32 -0800
committerRob Mensching <rob@firegiant.com>2022-01-02 23:48:48 -0800
commit045eecc36260bfd9d184aedd4a6dc2ec0c5e9b1d (patch)
treed81d8a1be4a6f6de6348ba24ba0b071ac898eb3c /src/test
parent9e3d7c0c4c7000ef51c2959b4e04c2323d1dac31 (diff)
downloadwix-045eecc36260bfd9d184aedd4a6dc2ec0c5e9b1d.tar.gz
wix-045eecc36260bfd9d184aedd4a6dc2ec0c5e9b1d.tar.bz2
wix-045eecc36260bfd9d184aedd4a6dc2ec0c5e9b1d.zip
Ensure external bundle payloads and containers are copied to output
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj
index 3b1e871c..5796178b 100644
--- a/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj
+++ b/src/test/burn/TestData/LayoutTests/BundleA/BundleA.wixproj
@@ -12,12 +12,4 @@
12 <PackageReference Include="WixToolset.Bal.wixext" /> 12 <PackageReference Include="WixToolset.Bal.wixext" />
13 <PackageReference Include="WixToolset.NetFx.wixext" /> 13 <PackageReference Include="WixToolset.NetFx.wixext" />
14 </ItemGroup> 14 </ItemGroup>
15 <!-- Workaround wix.targets brokenness -->
16 <Target Name="CopyUncompressedFiles" AfterTargets="AfterBuild">
17 <ItemGroup>
18 <UncompressedFiles Include="$(IntermediateOutputPath)\BundleA.wxs" />
19 <UncompressedFiles Include="$(IntermediateOutputPath)\packages.cab" />
20 </ItemGroup>
21 <Copy SourceFiles="@(UncompressedFiles)" DestinationFolder="$(OutputPath)" />
22 </Target>
23</Project> \ No newline at end of file 15</Project> \ No newline at end of file