From 8a6faa2dcae96b4356835e3254138aaa158d5937 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Tue, 10 Jan 2017 14:12:04 -0800 Subject: [PATCH] Fixing windows test. --- .../dotnet-desktop-and-portable.csproj | 2 +- .../dotnet-desktop-binding-redirects.csproj | 3 --- build/Microsoft.DotNet.Cli.Test.targets | 8 +++++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj index d2e22acd7..8a1e7d530 100644 --- a/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj +++ b/TestAssets/TestPackages/dotnet-desktop-and-portable/dotnet-desktop-and-portable.csproj @@ -7,7 +7,7 @@ win7-x64;win7-x86;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.23-x64;opensuse.13.2-x64;osx.10.10-x64;rhel.7-x64 - + $(ProjectRuntimeConfigFilePath) diff --git a/TestAssets/TestPackages/dotnet-desktop-binding-redirects/dotnet-desktop-binding-redirects.csproj b/TestAssets/TestPackages/dotnet-desktop-binding-redirects/dotnet-desktop-binding-redirects.csproj index 9830625a4..cea1ac554 100644 --- a/TestAssets/TestPackages/dotnet-desktop-binding-redirects/dotnet-desktop-binding-redirects.csproj +++ b/TestAssets/TestPackages/dotnet-desktop-binding-redirects/dotnet-desktop-binding-redirects.csproj @@ -12,9 +12,6 @@ 5.0.0 - - 3.3.0 - diff --git a/build/Microsoft.DotNet.Cli.Test.targets b/build/Microsoft.DotNet.Cli.Test.targets index 2b18620d0..610850103 100644 --- a/build/Microsoft.DotNet.Cli.Test.targets +++ b/build/Microsoft.DotNet.Cli.Test.targets @@ -211,8 +211,10 @@ Outputs="%(TestPackageProject.PackOutputs)"> - /p:TargetFramework=%(TestPackageProject.Framework) - /p:RuntimeIdentifier=%(TestPackageProject.PackRuntime) + %(TestPackageProject.Framework) + true + /p:TargetFramework=$(Framework) + /p:RuntimeIdentifier=%(TestPackageProject.PackRuntime) -