From 2ef16d17d855520a9f33f9c640f8de6fe33312f2 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Wed, 12 Jul 2017 14:04:19 -0700 Subject: [PATCH] Add VC Runtime binaries to Core_Root for ARM tests --- dependencies.props | 1 + tests/build.proj | 1 + tests/dir.props | 5 +++-- tests/publishdependency.targets | 19 ++++++++++++++++++ tests/src/Common/vc_runtime/vc_runtime.csproj | 28 +++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 tests/src/Common/vc_runtime/vc_runtime.csproj diff --git a/dependencies.props b/dependencies.props index 389df6c..4f4b76e 100644 --- a/dependencies.props +++ b/dependencies.props @@ -30,6 +30,7 @@ 1.0.2-prerelease-00177 1.0.0-beta-build0007 1.0.3-alpha-experimental + 1.2.0 diff --git a/tests/build.proj b/tests/build.proj index a57c883..2ff5f49 100644 --- a/tests/build.proj +++ b/tests/build.proj @@ -26,6 +26,7 @@ + diff --git a/tests/dir.props b/tests/dir.props index 8da69c7..82c82dd 100644 --- a/tests/dir.props +++ b/tests/dir.props @@ -91,8 +91,9 @@ - - + + + diff --git a/tests/publishdependency.targets b/tests/publishdependency.targets index 8cae729..96c5906 100644 --- a/tests/publishdependency.targets +++ b/tests/publishdependency.targets @@ -32,6 +32,7 @@ + @@ -158,4 +159,22 @@ + + + + + + + + diff --git a/tests/src/Common/vc_runtime/vc_runtime.csproj b/tests/src/Common/vc_runtime/vc_runtime.csproj new file mode 100644 index 0000000..3380240 --- /dev/null +++ b/tests/src/Common/vc_runtime/vc_runtime.csproj @@ -0,0 +1,28 @@ + + + + + Debug + AnyCPU + BuildOnly + .NETCoreApp,Version=v1.1 + netcoreapp1.1 + false + + + + $(VCRuntimeVersion) + + + + netcoreapp1.1 + .NETCoreApp + $(PackageTargetFallback);dnxcore50;netcoreapp1.1;portable-net45+win8 + win-arm + true + false + + + + -- 2.7.4