summaryrefslogtreecommitdiff
path: root/tests/dir.sdkbuild.props
diff options
context:
space:
mode:
authorChris Sienkiewicz <chsienki@microsoft.com>2018-08-01 16:13:39 -0700
committerGitHub <noreply@github.com>2018-08-01 16:13:39 -0700
commit763142a210d858289d30365dd1d4f2772e48f30d (patch)
tree32b0e101ab32f48bd81fa6063a9a9334b019c92d /tests/dir.sdkbuild.props
parentfd4bd60a0b405126f0d7954861bbbc2504192bd4 (diff)
downloadcoreclr-763142a210d858289d30365dd1d4f2772e48f30d.tar.gz
coreclr-763142a210d858289d30365dd1d4f2772e48f30d.tar.bz2
coreclr-763142a210d858289d30365dd1d4f2772e48f30d.zip
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
Diffstat (limited to 'tests/dir.sdkbuild.props')
-rw-r--r--tests/dir.sdkbuild.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dir.sdkbuild.props b/tests/dir.sdkbuild.props
index c4cc31ec9f..bc5bed9b3f 100644
--- a/tests/dir.sdkbuild.props
+++ b/tests/dir.sdkbuild.props
@@ -10,6 +10,7 @@
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
+ <Platform>AnyCPU</Platform>
<!-- Force the CLI to allow us to target higher netcoreapp than it may know about -->
<NETCoreAppMaximumVersion>99.0</NETCoreAppMaximumVersion>