Rename Installer test directory to tests (#34542)
authorAhmed Mohamed <ahmed_master23@hotmail.com>
Mon, 1 Jun 2020 18:15:44 +0000 (20:15 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 18:15:44 +0000 (11:15 -0700)
commit4fcb0b10118e2231ad665ed878472dba0999107e
treea64df40db5f4d50d63edb6bce8794c3a8ce9f483
parent34728a5866be7aa5c27e7fffc4ab52a1e4e07cb7
Rename Installer test directory to tests (#34542)

* Rename test directory to tests for Installer and update .sln file
* Update eng/Subsets.props file
227 files changed:
eng/Subsets.props
src/installer/Microsoft.DotNet.CoreSetup.sln
src/installer/tests/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/AppWithSubDirs.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Program.cs [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Conjunction/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Conjunction/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Interjection/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Interjection/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Adjective/Article/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Adjective/Article/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Adjective/Preposition/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Adjective/Preposition/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Adjective/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Adjective/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Pronoun/Another/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Pronoun/Another/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Pronoun/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/Pronoun/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Noun/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Verb/Adverb/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Verb/Adverb/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/Verb/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/Verb/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithSubDirs/Sentence/word [moved from src/installer/test/Assets/TestProjects/AppWithSubDirs/Sentence/word with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithWait/AppWithWait.csproj [moved from src/installer/test/Assets/TestProjects/AppWithWait/AppWithWait.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/AppWithWait/Program.cs [moved from src/installer/test/Assets/TestProjects/AppWithWait/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/BundleProbeTester/BundleProbeTester.csproj [moved from src/installer/test/Assets/TestProjects/BundleProbeTester/BundleProbeTester.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/BundleProbeTester/Program.cs [moved from src/installer/test/Assets/TestProjects/BundleProbeTester/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ComLibrary/ComLibrary.cs [moved from src/installer/test/Assets/TestProjects/ComLibrary/ComLibrary.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ComLibrary/ComLibrary.csproj [moved from src/installer/test/Assets/TestProjects/ComLibrary/ComLibrary.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs [moved from src/installer/test/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.csproj [moved from src/installer/test/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs [moved from src/installer/test/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.csproj [moved from src/installer/test/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/ComponentWithNoDependencies/Component.cs [moved from src/installer/test/Assets/TestProjects/ComponentWithNoDependencies/Component.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ComponentWithNoDependencies/ComponentWithNoDependencies.csproj [moved from src/installer/test/Assets/TestProjects/ComponentWithNoDependencies/ComponentWithNoDependencies.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/Directory.Build.props [moved from src/installer/test/Assets/TestProjects/Directory.Build.props with 100% similarity]
src/installer/tests/Assets/TestProjects/Directory.Build.targets [moved from src/installer/test/Assets/TestProjects/Directory.Build.targets with 100% similarity]
src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostApiInvokerApp.csproj [moved from src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostApiInvokerApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs [moved from src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs [moved from src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Program.cs [moved from src/installer/test/Assets/TestProjects/HostApiInvokerApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/HostApiInvokerApp/Utils.cs [moved from src/installer/test/Assets/TestProjects/HostApiInvokerApp/Utils.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/LightupClient/LightupClient.csproj [moved from src/installer/test/Assets/TestProjects/LightupClient/LightupClient.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/LightupClient/Program.cs [moved from src/installer/test/Assets/TestProjects/LightupClient/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/LightupLib/LightupLib.csproj [moved from src/installer/test/Assets/TestProjects/LightupLib/LightupLib.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/LightupLib/Program.cs [moved from src/installer/test/Assets/TestProjects/LightupLib/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.Designer.cs [moved from src/installer/test/Assets/TestProjects/LocalizedApp/Hello.Designer.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.kn-IN.resx [moved from src/installer/test/Assets/TestProjects/LocalizedApp/Hello.kn-IN.resx with 100% similarity]
src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.resx [moved from src/installer/test/Assets/TestProjects/LocalizedApp/Hello.resx with 100% similarity]
src/installer/tests/Assets/TestProjects/LocalizedApp/Hello.ta-IN.resx [moved from src/installer/test/Assets/TestProjects/LocalizedApp/Hello.ta-IN.resx with 100% similarity]
src/installer/tests/Assets/TestProjects/LocalizedApp/LocalizedApp.csproj [moved from src/installer/test/Assets/TestProjects/LocalizedApp/LocalizedApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/LocalizedApp/Program.cs [moved from src/installer/test/Assets/TestProjects/LocalizedApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableApp/PortableApp.csproj [moved from src/installer/test/Assets/TestProjects/PortableApp/PortableApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableApp/Program.cs [moved from src/installer/test/Assets/TestProjects/PortableApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithException/PortableAppWithException.csproj [moved from src/installer/test/Assets/TestProjects/PortableAppWithException/PortableAppWithException.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithException/Program.cs [moved from src/installer/test/Assets/TestProjects/PortableAppWithException/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithLongPath/PortableAppWithLongPath.csproj [moved from src/installer/test/Assets/TestProjects/PortableAppWithLongPath/PortableAppWithLongPath.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithLongPath/Program.cs [moved from src/installer/test/Assets/TestProjects/PortableAppWithLongPath/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/PortableAppWithMissingRef.csproj [moved from src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/PortableAppWithMissingRef.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/Program.cs [moved from src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/ReferenceLibrary.csproj [moved from src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/ReferenceLibrary.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs [moved from src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableTestApp/PortableTestApp.csproj [moved from src/installer/test/Assets/TestProjects/PortableTestApp/PortableTestApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/PortableTestApp/Program.cs [moved from src/installer/test/Assets/TestProjects/PortableTestApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ResourceLookup/Program.cs [moved from src/installer/test/Assets/TestProjects/ResourceLookup/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/ResourceLookup/ResourceLookup.csproj [moved from src/installer/test/Assets/TestProjects/ResourceLookup/ResourceLookup.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/RuntimeProperties/Program.cs [moved from src/installer/test/Assets/TestProjects/RuntimeProperties/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/RuntimeProperties/RuntimeProperties.csproj [moved from src/installer/test/Assets/TestProjects/RuntimeProperties/RuntimeProperties.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs [moved from src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/SharedFxLookupPortableApp/SharedFxLookupPortableApp.csproj [moved from src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/SharedFxLookupPortableApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp/Program.cs [moved from src/installer/test/Assets/TestProjects/StandaloneApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp/StandaloneApp.csproj [moved from src/installer/test/Assets/TestProjects/StandaloneApp/StandaloneApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp20/Directory.Build.props [moved from src/installer/test/Assets/TestProjects/StandaloneApp3x/Directory.Build.props with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp20/Program.cs [moved from src/installer/test/Assets/TestProjects/StandaloneApp21/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp20/StandaloneApp20.csproj [moved from src/installer/test/Assets/TestProjects/StandaloneApp20/StandaloneApp20.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp21/Directory.Build.props [moved from src/installer/test/Assets/TestProjects/StandaloneApp21/Directory.Build.props with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp21/Program.cs [moved from src/installer/test/Assets/TestProjects/StandaloneApp20/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp21/StandaloneApp21.csproj [moved from src/installer/test/Assets/TestProjects/StandaloneApp21/StandaloneApp21.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp3x/Directory.Build.props [moved from src/installer/test/Assets/TestProjects/StandaloneApp20/Directory.Build.props with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp3x/Program.cs [moved from src/installer/test/Assets/TestProjects/StandaloneApp3x/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneApp3x/StandaloneApp3x.csproj [moved from src/installer/test/Assets/TestProjects/StandaloneApp3x/StandaloneApp3x.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneTestApp/Program.cs [moved from src/installer/test/Assets/TestProjects/StandaloneTestApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StandaloneTestApp/StandaloneTestApp.csproj [moved from src/installer/test/Assets/TestProjects/StandaloneTestApp/StandaloneTestApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHook/StartupHook.cs [moved from src/installer/test/Assets/TestProjects/StartupHook/StartupHook.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHook/StartupHook.csproj [moved from src/installer/test/Assets/TestProjects/StartupHook/StartupHook.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookFake/StartupHookFake.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookFake/StartupHookFake.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookFake/StartupHookInvalidAssembly.dll [moved from src/installer/test/Assets/TestProjects/StartupHookFake/StartupHookInvalidAssembly.dll with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs [moved from src/installer/test/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.csproj [moved from src/installer/test/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/StaticHostApp/Program.cs [moved from src/installer/test/Assets/TestProjects/StaticHostApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/StaticHostApp/StaticHostApp.csproj [moved from src/installer/test/Assets/TestProjects/StaticHostApp/StaticHostApp.csproj with 100% similarity]
src/installer/tests/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs [moved from src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs with 100% similarity]
src/installer/tests/Assets/TestProjects/TestWindowsOsShimsApp/TestWindowsOsShimsApp.csproj [moved from src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/TestWindowsOsShimsApp.csproj with 100% similarity]
src/installer/tests/Assets/TestUtils/MNADeprecationWorkaround.props [moved from src/installer/test/Assets/TestUtils/MNADeprecationWorkaround.props with 100% similarity]
src/installer/tests/Assets/TestUtils/SDKLookup/SingleDigit-global.json [moved from src/installer/test/Assets/TestUtils/SDKLookup/SingleDigit-global.json with 100% similarity]
src/installer/tests/Assets/TestUtils/SDKLookup/TwoPart-global.json [moved from src/installer/test/Assets/TestUtils/SDKLookup/TwoPart-global.json with 100% similarity]
src/installer/tests/Assets/TestUtils/SDKLookup/dotnet.runtimeconfig.json [moved from src/installer/test/Assets/TestUtils/SDKLookup/dotnet.runtimeconfig.json with 100% similarity]
src/installer/tests/Assets/TestUtils/TestProjects.props [moved from src/installer/test/Assets/TestUtils/TestProjects.props with 100% similarity]
src/installer/tests/Assets/TestUtils/TestProjects.targets [moved from src/installer/test/Assets/TestUtils/TestProjects.targets with 100% similarity]
src/installer/tests/Directory.Build.props [moved from src/installer/test/Directory.Build.props with 94% similarity]
src/installer/tests/Directory.Build.targets [moved from src/installer/test/Directory.Build.targets with 100% similarity]
src/installer/tests/HostActivation.Tests/CommandExtensions.cs [moved from src/installer/test/HostActivation.Tests/CommandExtensions.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/Constants.cs [moved from src/installer/test/HostActivation.Tests/Constants.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs [moved from src/installer/test/HostActivation.Tests/DependencyResolution/ComponentDependencyResolutionBase.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionBase.cs [moved from src/installer/test/HostActivation.Tests/DependencyResolution/DependencyResolutionBase.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DependencyResolution/DependencyResolutionCommandResultExtensions.cs [moved from src/installer/test/HostActivation.Tests/DependencyResolution/DependencyResolutionCommandResultExtensions.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DependencyResolution/PerAssemblyVersionResolution.cs [moved from src/installer/test/HostActivation.Tests/DependencyResolution/PerAssemblyVersionResolution.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs [moved from src/installer/test/HostActivation.Tests/DependencyResolution/ResolveComponentDependencies.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DependencyResolution/RidAssetResolution.cs [moved from src/installer/test/HostActivation.Tests/DependencyResolution/RidAssetResolution.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DotNetBuilder.cs [moved from src/installer/test/HostActivation.Tests/DotNetBuilder.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DotnetArgValidation.cs [moved from src/installer/test/HostActivation.Tests/DotnetArgValidation.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/DotnetTestXunit.cs [moved from src/installer/test/HostActivation.Tests/DotnetTestXunit.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/ApplyPatchesSettings.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/ApplyPatchesSettings.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/DotNetCliExtensions.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/DotNetCliExtensions.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.Settings.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.Settings.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/FrameworkResolutionBase.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/FrameworkResolutionCommandResultExtensions.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/FrameworkResolutionCommandResultExtensions.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/FxVersionCLI.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/FxVersionCLI.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/IncludedFrameworksSettings.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/MultipleHives.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/MultipleHives.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardMultipleFrameworks.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardMultipleFrameworks.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFx.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFx.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxMultipleFrameworks.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxMultipleFrameworks.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxSettings.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardOnNoCandidateFxSettings.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardPreReleaseOnly.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardPreReleaseOnly.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseAndPreRelease.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardReleaseAndPreRelease.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardReleaseOnly.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardReleaseOnly.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/FrameworkResolution/RollForwardSettings.cs [moved from src/installer/test/HostActivation.Tests/FrameworkResolution/RollForwardSettings.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/HostActivation.Tests.csproj [moved from src/installer/test/HostActivation.Tests/HostActivation.Tests.csproj with 100% similarity]
src/installer/tests/HostActivation.Tests/HostVersionCompatibility.cs [moved from src/installer/test/HostActivation.Tests/HostVersionCompatibility.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/LightupAppActivation.cs [moved from src/installer/test/HostActivation.Tests/LightupAppActivation.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/MockCoreClrSanity.cs [moved from src/installer/test/HostActivation.Tests/MockCoreClrSanity.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/MultilevelSDKLookup.cs [moved from src/installer/test/HostActivation.Tests/MultilevelSDKLookup.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.DepsVersion.cs [moved from src/installer/test/HostActivation.Tests/MultilevelSharedFxLookup.DepsVersion.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/MultilevelSharedFxLookup.cs [moved from src/installer/test/HostActivation.Tests/MultilevelSharedFxLookup.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHostApis.cs [moved from src/installer/test/HostActivation.Tests/NativeHostApis.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/ApplicationExecution.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/ApplicationExecution.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/Comhost.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/Comhost.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/ComponentActivation.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/ComponentActivation.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/GetNativeSearchDirectories.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/GetNativeSearchDirectories.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/HostContext.PropertyCompatibilityTestData.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/HostContext.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/HostContext.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/HostContextResultExtensions.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/Nethost.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/Nethost.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeHosting/SharedTestStateBase.cs [moved from src/installer/test/HostActivation.Tests/NativeHosting/SharedTestStateBase.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NativeUnitTests.cs [moved from src/installer/test/HostActivation.Tests/NativeUnitTests.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/NetCoreAppBuilder.cs [moved from src/installer/test/HostActivation.Tests/NetCoreAppBuilder.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/PortableAppActivation.cs [moved from src/installer/test/HostActivation.Tests/PortableAppActivation.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/RegisteredInstallLocationOverride.cs [moved from src/installer/test/HostActivation.Tests/RegisteredInstallLocationOverride.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/ResourceLookup.cs [moved from src/installer/test/HostActivation.Tests/ResourceLookup.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/RuntimeConfig.cs [moved from src/installer/test/HostActivation.Tests/RuntimeConfig.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/RuntimeProperties.cs [moved from src/installer/test/HostActivation.Tests/RuntimeProperties.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/SDKLookup.cs [moved from src/installer/test/HostActivation.Tests/SDKLookup.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/SharedFramework.cs [moved from src/installer/test/HostActivation.Tests/SharedFramework.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/SharedFxLookup.cs [moved from src/installer/test/HostActivation.Tests/SharedFxLookup.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/StandaloneAppActivation.cs [moved from src/installer/test/HostActivation.Tests/StandaloneAppActivation.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/StartupHooks.cs [moved from src/installer/test/HostActivation.Tests/StartupHooks.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/TestOnlyProductBehavior.cs [moved from src/installer/test/HostActivation.Tests/TestOnlyProductBehavior.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/Tracing.cs [moved from src/installer/test/HostActivation.Tests/Tracing.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/WindowsSpecificBehavior.cs [moved from src/installer/test/HostActivation.Tests/WindowsSpecificBehavior.cs with 100% similarity]
src/installer/tests/HostActivation.Tests/XunitAssemblyAttributes.cs [moved from src/installer/test/HostActivation.Tests/XunitAssemblyAttributes.cs with 100% similarity]
src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj [moved from src/installer/test/Microsoft.DotNet.CoreSetup.Packaging.Tests/Microsoft.DotNet.CoreSetup.Packaging.Tests.csproj with 100% similarity]
src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETCoreTests.cs [moved from src/installer/test/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETCoreTests.cs with 100% similarity]
src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETStandardTests.cs [moved from src/installer/test/Microsoft.DotNet.CoreSetup.Packaging.Tests/NETStandardTests.cs with 100% similarity]
src/installer/tests/Microsoft.DotNet.CoreSetup.Packaging.Tests/NuGetArtifactTester.cs [moved from src/installer/test/Microsoft.DotNet.CoreSetup.Packaging.Tests/NuGetArtifactTester.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/AppHost.Bundle.Tests.csproj with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleExtractToSpecificPath.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleExtractToSpecificPath.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleProbe.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleProbe.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundledAppWithSubDirs.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/StaticHost.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/StaticHost.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.csproj [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Helpers/BundleHelper.csproj with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUpdateTests.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/AppHostUpdateTests.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/Microsoft.NET.HostModel.AppHost.Tests.csproj [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.AppHost.Tests/Microsoft.NET.HostModel.AppHost.Tests.csproj with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleAndRun.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleLegacy.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundleLegacy.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/Microsoft.NET.HostModel.Bundle.Tests.csproj [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.Bundle.Tests/Microsoft.NET.HostModel.Bundle.Tests.csproj with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/Microsoft.NET.HostModel.ComHost.Tests.csproj [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/Microsoft.NET.HostModel.ComHost.Tests.csproj with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/RegFreeComManifestTests.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/RegFreeComManifestTests.cs with 100% similarity]
src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/TestDirectory.cs [moved from src/installer/test/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/TestDirectory.cs with 100% similarity]
src/installer/tests/PrepareTestAssets/PrepareTestAssets.proj [moved from src/installer/test/PrepareTestAssets/PrepareTestAssets.proj with 100% similarity]
src/installer/tests/TestUtils/AnsiColorExtensions.cs [moved from src/installer/test/TestUtils/AnsiColorExtensions.cs with 100% similarity]
src/installer/tests/TestUtils/AnsiConsole.cs [moved from src/installer/test/TestUtils/AnsiConsole.cs with 100% similarity]
src/installer/tests/TestUtils/AppHostExtensions.cs [moved from src/installer/test/TestUtils/AppHostExtensions.cs with 100% similarity]
src/installer/tests/TestUtils/ArgumentEscaper.cs [moved from src/installer/test/TestUtils/ArgumentEscaper.cs with 100% similarity]
src/installer/tests/TestUtils/Assertions/CommandResultAssertions.cs [moved from src/installer/test/TestUtils/Assertions/CommandResultAssertions.cs with 100% similarity]
src/installer/tests/TestUtils/Assertions/CommandResultExtensions.cs [moved from src/installer/test/TestUtils/Assertions/CommandResultExtensions.cs with 100% similarity]
src/installer/tests/TestUtils/Assertions/DirectoryInfoAssertions.cs [moved from src/installer/test/TestUtils/Assertions/DirectoryInfoAssertions.cs with 100% similarity]
src/installer/tests/TestUtils/Assertions/DirectoryInfoExtensions.cs [moved from src/installer/test/TestUtils/Assertions/DirectoryInfoExtensions.cs with 100% similarity]
src/installer/tests/TestUtils/BuildFailureException.cs [moved from src/installer/test/TestUtils/BuildFailureException.cs with 100% similarity]
src/installer/tests/TestUtils/BuildReporter.cs [moved from src/installer/test/TestUtils/BuildReporter.cs with 100% similarity]
src/installer/tests/TestUtils/Command.cs [moved from src/installer/test/TestUtils/Command.cs with 100% similarity]
src/installer/tests/TestUtils/CommandResult.cs [moved from src/installer/test/TestUtils/CommandResult.cs with 100% similarity]
src/installer/tests/TestUtils/DotNetCli.cs [moved from src/installer/test/TestUtils/DotNetCli.cs with 100% similarity]
src/installer/tests/TestUtils/EnvVars.cs [moved from src/installer/test/TestUtils/EnvVars.cs with 100% similarity]
src/installer/tests/TestUtils/FileUtils.cs [moved from src/installer/test/TestUtils/FileUtils.cs with 100% similarity]
src/installer/tests/TestUtils/RepoDirectoriesProvider.cs [moved from src/installer/test/TestUtils/RepoDirectoriesProvider.cs with 100% similarity]
src/installer/tests/TestUtils/Reporter.cs [moved from src/installer/test/TestUtils/Reporter.cs with 100% similarity]
src/installer/tests/TestUtils/RuntimeInformationExtensions.cs [moved from src/installer/test/TestUtils/RuntimeInformationExtensions.cs with 100% similarity]
src/installer/tests/TestUtils/TestApp.cs [moved from src/installer/test/TestUtils/TestApp.cs with 100% similarity]
src/installer/tests/TestUtils/TestArtifact.cs [moved from src/installer/test/TestUtils/TestArtifact.cs with 100% similarity]
src/installer/tests/TestUtils/TestFileBackup.cs [moved from src/installer/test/TestUtils/TestFileBackup.cs with 100% similarity]
src/installer/tests/TestUtils/TestProject.cs [moved from src/installer/test/TestUtils/TestProject.cs with 100% similarity]
src/installer/tests/TestUtils/TestProjectFixture.cs [moved from src/installer/test/TestUtils/TestProjectFixture.cs with 100% similarity]
src/installer/tests/TestUtils/TestUtils.csproj [moved from src/installer/test/TestUtils/TestUtils.csproj with 100% similarity]
src/installer/tests/scripts/linux-test/README.md [moved from src/installer/test/scripts/linux-test/README.md with 100% similarity]
src/installer/tests/scripts/linux-test/RuntimeInstallation.sh [moved from src/installer/test/scripts/linux-test/RuntimeInstallation.sh with 100% similarity]
src/installer/tests/scripts/linux-test/SdkInstallation.sh [moved from src/installer/test/scripts/linux-test/SdkInstallation.sh with 100% similarity]
src/installer/tests/scripts/linux-test/VerificationTestOnDocker.sh [moved from src/installer/test/scripts/linux-test/VerificationTestOnDocker.sh with 100% similarity]
src/installer/tests/scripts/linux-test/images.txt [moved from src/installer/test/scripts/linux-test/images.txt with 100% similarity]
tools-local/dotnet-deb-tool/dotnet-deb-tool.csproj