diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj | 1 | ||||
| -rw-r--r-- | src/test/burn/TestData/Manual/BundleB/BundleB.wixproj | 4 |
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 |
