false false Library false false false true true true $(MSBuildToolsPath)\Microsoft.CSharp.targets false false $(CoreSdkTargetFramework) $(ArtifactsBinDir)redist\$(Configuration)\dotnet\ $(ArtifactsBinDir)redist\$(Configuration)\dotnet-with-previous-runtimes\ $([MSBuild]::NormalizePath($(ArtifactsTmpDir), 'dotnetSdkTests')) $(ArtifactsTmpDir)DOTNET_CLI_HOME\ true Windows false false false false false false $(DotnetToTestPath)%(RecursiveDir)%(Filename)%(Extension) $(DotnetToTestPath)shared\Microsoft.NETCore.App\$(RuntimeVersionToInstall) powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -Command "& { $(InstallRuntimeCommand) [Net.ServicePointManager]::SecurityProtocol = 'Tls12, Tls13'; $(InstallRuntimeCommand) & '$(DotNetRoot)dotnet-install.ps1' $(InstallRuntimeCommand) -Version $(RuntimeVersionToInstall) $(InstallRuntimeCommand) -InstallDir $(DotnetToTestPath) $(InstallRuntimeCommand) -Runtime 'dotnet' $(InstallRuntimeCommand) -Architecture '$(Architecture)' $(InstallRuntimeCommand) }" /bin/bash $(InstallRuntimeCommand) "$(DotNetRoot)dotnet-install.sh" $(InstallRuntimeCommand) --version $(RuntimeVersionToInstall) $(InstallRuntimeCommand) --install-dir "$(DotnetToTestPath)" $(InstallRuntimeCommand) --runtime "dotnet" $(InstallRuntimeCommand) --architecture "$(Architecture)" $(TestExecutionDirectory)\NuGet.config ]]> ToolTestName=%(SdkTest.Identity) testSdk$(ToolTestName) Microsoft.NET.$(ToolTestName).Tests $(ArtifactsTmpDir)$(ToolCommandName)\ $(ToolRunPrefix)set MSBuildSDKsPath=&& $(ToolRunPrefix)set DOTNET_HOST_PATH=&& $(ToolRunPrefix)set DOTNET_INSTALLDIR=&& $(ToolRunPrefix)unset MSBuildSDKsPath && $(ToolRunPrefix)unset DOTNET_HOST_PATH && $(ToolRunPrefix)unset DOTNET_INSTALLDIR && $(MicrosoftNETSdkPackageVersion) dotnet tool install --local $(ToolCommandName) $(InstallToolCommand) --version $(SdkTestPackageVersion) $(ArtifactsTestResultsDir)$(TestProjectName).xml $(ArtifactsTestResultsDir)$(TestProjectName).html $(ArtifactsLogDir)$(TestProjectName).log -noautoreporters -noRepoInference $(TestArgs) -dotnetPath $(DotnetToTestPath)dotnet $(TestArgs) -testExecutionDirectory $(TestExecutionDirectory) $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestConfig.xml" $(TestArgs) -xml "$(ResultsXmlPath)" $(TestArgs) -html "$(ResultsHtmlPath)" $(TestRunnerAdditionalArguments) $(TestArgs) > $(ResultsStdOutPath) 2>&1 $(TestArgs) -testList SdkIntegrationTests $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipx86.xml" $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipPortableLinux.xml"