From 763142a210d858289d30365dd1d4f2772e48f30d Mon Sep 17 00:00:00 2001 From: Chris Sienkiewicz Date: Wed, 1 Aug 2018 16:13:39 -0700 Subject: Build managed tests with dotnet (#19230) * Change managed projects to build with dotnet msbuild, rather than desktop msbuild * Build sdk tests as AnyCPU * Correct args passed through to dotnet for tests * Remove extra backslash from baseIntermediateOutputPath that was causing individual test exe builds to fail * Fix double import warning for sdk projects * Add default params from config.json to build-test dotnet invocations --- tests/src/dir.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/src/dir.props') diff --git a/tests/src/dir.props b/tests/src/dir.props index 2730073435..c5cc702882 100644 --- a/tests/src/dir.props +++ b/tests/src/dir.props @@ -1,7 +1,7 @@ - + @@ -37,7 +37,7 @@ $(__TestRootDir) $(BaseOutputPath)\$(OSPlatformConfig)\ $(BaseOutputPathWithConfig) - $(ProjectDir)\..\bin\tests\obj\$(OSPlatformConfig)\Managed\ + $(ProjectDir)..\bin\tests\obj\$(OSPlatformConfig)\Managed\ $(__ManagedTestIntermediatesDir)\ <__NativeTestIntermediatesDir Condition="'$(__NativeTestIntermediatesDir)' == ''">$([System.IO.Path]::GetFullPath($(BaseOutputPathWithConfig)..\obj\$(BuildOS).$(Platform).$(Configuration)\Native\)) $(MSBuildProjectName)\ -- cgit v1.2.3