Switch SDKLookup tests to use mock hostpolicy (dotnet/core-setup#5563)
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Wed, 27 Mar 2019 00:00:49 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 00:00:49 +0000 (17:00 -0700)
commit5279893f5595bfe47eaf762d56ac685e901c0567
treec0f51662ae5e392daf24f73be257d4c3a26da33d
parentaff1454d1447d9331c1b5781587ab9648f655dc9
Switch SDKLookup tests to use mock hostpolicy (dotnet/core-setup#5563)

These are just testing discovery of the SDK locations, and do not need
an actual app or the SDK to run.

Commit migrated from https://github.com/dotnet/core-setup/commit/adb65e24465fa2d37f4c062f9598e082c8df6f39
src/installer/test/HostActivationTests/DotNetBuilder.cs [new file with mode: 0644]
src/installer/test/HostActivationTests/FrameworkResolution/FrameworkResolutionBase.cs
src/installer/test/HostActivationTests/MultilevelSDKLookup.cs
src/installer/test/HostActivationTests/SDKLookup.cs