summaryrefslogtreecommitdiff
path: root/tests/dir.sdkbuild.props
diff options
context:
space:
mode:
authorChris Sienkiewicz <chsienki@microsoft.com>2018-08-03 10:11:32 -0700
committerGitHub <noreply@github.com>2018-08-03 10:11:32 -0700
commit101baee1010eaad47cd7afd1e041a7f422aefa78 (patch)
tree3257365fa66dabb5e71d0dca0d88773841c7f405 /tests/dir.sdkbuild.props
parent1ef1f2a27c2e79ce0eaab59a6cefe84d8a79fc95 (diff)
downloadcoreclr-101baee1010eaad47cd7afd1e041a7f422aefa78.tar.gz
coreclr-101baee1010eaad47cd7afd1e041a7f422aefa78.tar.bz2
coreclr-101baee1010eaad47cd7afd1e041a7f422aefa78.zip
Build managed tests with dotnet (#19254)
* 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 * Fix priority argument passing from the command line for tests
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>