aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2023-04-22 23:39:27 -0400
committerBob Arnson <github@bobs.org>2023-05-02 14:32:51 -0400
commitb5bd25c72e8c997325fd781e8d1c725108adb96c (patch)
tree8eaf6f8f90fbfb592e7e049b9c7a26b5e38571af /src/test
parent66563e5e142fb89d4df5d2b8a20e65261becb0a2 (diff)
downloadwix-b5bd25c72e8c997325fd781e8d1c725108adb96c.tar.gz
wix-b5bd25c72e8c997325fd781e8d1c725108adb96c.tar.bz2
wix-b5bd25c72e8c997325fd781e8d1c725108adb96c.zip
Clean up generated files left in source tree.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj1
-rw-r--r--src/test/burn/TestData/Manual/BundleB/BundleB.wixproj4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj b/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj
index cea07ded..a0776d08 100644
--- a/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj
+++ b/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj
@@ -22,5 +22,6 @@
22 <!-- We do this to avoid copying such a large file to the VM to run the tests. --> 22 <!-- We do this to avoid copying such a large file to the VM to run the tests. -->
23 <Target Name="DeleteLargeFile" AfterTargets="AfterBuild"> 23 <Target Name="DeleteLargeFile" AfterTargets="AfterBuild">
24 <Delete Files="$(OutputPath)fivegb.file" /> 24 <Delete Files="$(OutputPath)fivegb.file" />
25 <Delete Files="$(MSBuildProjectDirectory)\fivegb.file" />
25 </Target> 26 </Target>
26</Project> \ No newline at end of file 27</Project> \ No newline at end of file
diff --git a/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj b/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj
index 069affaf..c092f1fd 100644
--- a/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj
+++ b/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj
@@ -30,4 +30,8 @@
30 <Exec Command='"$(BaseOutputPath)$(Configuration)\net6.0\win-x86\testexe.exe" /gf "BAPayloads|10000' WorkingDirectory="$(MSBuildProjectDirectory)" /> 30 <Exec Command='"$(BaseOutputPath)$(Configuration)\net6.0\win-x86\testexe.exe" /gf "BAPayloads|10000' WorkingDirectory="$(MSBuildProjectDirectory)" />
31 <Exec Command='"$(BaseOutputPath)$(Configuration)\net6.0\win-x86\testexe.exe" /gf "PackagePayloads|10000' WorkingDirectory="$(MSBuildProjectDirectory)" /> 31 <Exec Command='"$(BaseOutputPath)$(Configuration)\net6.0\win-x86\testexe.exe" /gf "PackagePayloads|10000' WorkingDirectory="$(MSBuildProjectDirectory)" />
32 </Target> 32 </Target>
33 <Target Name="DeleteThousandsOfFiles" AfterTargets="AfterBuild">
34 <RemoveDir Directories="$(MSBuildProjectDirectory)\BAPayloads" />
35 <RemoveDir Directories="$(MSBuildProjectDirectory)\PackagePayloads" />
36 </Target>
33</Project> \ No newline at end of file 37</Project> \ No newline at end of file