diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index 61e97cefb452a79aa1fccb6ecbb1a3a2f1b2ceb7..80a7e20874e463cd496099c3b2a5fca8264c3931 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -1,6 +1,6 @@  - + @@ -62,9 +62,11 @@ $(AllowedReferenceRelatedFileExtensions);.pdb true + $(OutDir)CoreClrTest + $(OutDir)UnitTests\Portable\ - + @@ -102,10 +104,17 @@ + + + $(AssemblyName).xml + $(IntermediateOutputPath)$(AssemblyName).xml + + $(OutDir) - $(AssemblyName).xml - $(BaseIntermediateOutputPath)$(AssemblyName).xml 0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9 002400000480000094000000060200000024000052534131000400000100010055e0217eb635f69281051f9a823e0c7edd90f28063eb6c7a742a19b4f6139778ee0af438f47aed3b6e9f99838aa8dba689c7a71ddb860c96d923830b57bbd5cd6119406ddb9b002cf1c723bf272d6acbb7129e9d6dd5a5309c94e0ff4b2c884d45a55f475cd7dba59198086f61f5a8c8b5e601c0edbf269733f6f578fc8579c2 diff --git a/build/Targets/Settings.props b/build/Targets/Settings.props index 095d1f69536b4bac138f2f211e287ef2255be1c4..28db4b45ebe3b77e211a6f9a465da089aef3e01b 100644 --- a/build/Targets/Settings.props +++ b/build/Targets/Settings.props @@ -1,6 +1,6 @@  - + @@ -10,9 +10,9 @@ false true - $(MSBuildThisFileDirectory)..\..\ - $(ProjectDir)nuget.exe - $(ProjectDir)build\ToolsetPackages\ + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\')) + $(RepoRoot)nuget.exe + $(RepoRoot)build\ToolsetPackages\ $(ToolsetPackagesDir)toolsetpackages.semaphore Microsoft.Net.Compilers 2.0.0-rc2-61102-09 @@ -26,8 +26,10 @@ Debug true true - $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\Binaries\$(Configuration)'))\ - $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\Binaries\Obj\$(MSBuildProjectName)'))\ + $(RepoRoot)Binaries\ + $(BaseOutputPath)$(Configuration)\ + $(RepoRoot)Binaries\Obj\ + $(BaseIntermediateOutputPath)$(Configuration)\$(MSBuildProjectName)\ - $(ProjectDir)obj\$(Configuration)\ + $(IntermediateOutputPath) v$(VisualStudioReferenceMajorVersion)0 diff --git a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj index 6a06d09d7c46e15d33e28a615cecb67e0fa867ec..089b05bc7dac115d87a372d8b298d6610bd74329 100644 --- a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj +++ b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj @@ -19,7 +19,6 @@ v5.0 true DeploymentTest - $(OutDir)CoreClrTest diff --git a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj index 966a652e9c87a4036d6d575a96d476cb26c4fa18..0d942b1409bdb0b8c93153698206fcd586ff79bf 100644 --- a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj +++ b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj @@ -12,7 +12,6 @@ v4.6 DeploymentTest - $(OutDir)UnitTests\Portable\ diff --git a/src/Tools/MicroBuild/Build.proj b/src/Tools/MicroBuild/Build.proj index 9762ce69d2f8d6aebdb30247e2898f12a5c87fbd..2b1fb772c961b5d7e198e6b268358094363e510f 100644 --- a/src/Tools/MicroBuild/Build.proj +++ b/src/Tools/MicroBuild/Build.proj @@ -5,9 +5,9 @@ Debug - $(MSBuildThisFileDirectory)..\..\..\ + $(MSBuildThisFileDirectory)..\..\..\ $(BUILD_SOURCEBRANCH) - $(ProjectDir)Binaries\$(Configuration) + $(RepoRoot)Binaries\$(Configuration) "no key" -test @@ -22,22 +22,22 @@ - + - + - + - + - + - - + + - +