Clean up test disk space after execution (dotnet/core-setup#4297)
authorSteve Harter <steveharter@users.noreply.github.com>
Mon, 25 Jun 2018 18:09:02 +0000 (13:09 -0500)
committerGitHub <noreply@github.com>
Mon, 25 Jun 2018 18:09:02 +0000 (13:09 -0500)
commitb52e6d85fe7a7d1b0aa6695138a7f4fba61214a0
tree11a3e44f6f0e5ebdb2d535310d64810cbe90b1a1
parent19fd086b36c9abd01039ed31465e3993314c037f
Clean up test disk space after execution (dotnet/core-setup#4297)

Commit migrated from https://github.com/dotnet/core-setup/commit/ef0dbddcf672f38ecc830ebbf51febf4c71c1879
13 files changed:
src/installer/test/HostActivationTests/GivenThatICareAboutDotnetArgValidationScenarios.cs
src/installer/test/HostActivationTests/GivenThatICareAboutDotnetTestXunitScenarios.cs
src/installer/test/HostActivationTests/GivenThatICareAboutHostVersionCompatibility.cs
src/installer/test/HostActivationTests/GivenThatICareAboutLightupAppActivation.cs
src/installer/test/HostActivationTests/GivenThatICareAboutMultilevelSDKLookup.cs
src/installer/test/HostActivationTests/GivenThatICareAboutMultilevelSharedFxLookup.cs
src/installer/test/HostActivationTests/GivenThatICareAboutNativeHostApis.cs
src/installer/test/HostActivationTests/GivenThatICareAboutPortableAppActivation.cs
src/installer/test/HostActivationTests/GivenThatICareAboutResourceLookup.cs
src/installer/test/HostActivationTests/GivenThatICareAboutStandaloneAppActivation.cs
src/installer/test/HostActivationTests/SharedFramework.cs
src/installer/test/TestUtils/TestProject.cs
src/installer/test/TestUtils/TestProjectFixture.cs