From 4fe36fd1e5d97b59604a4f1bdf1b1779b8930549 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Mon, 9 Jan 2017 16:49:57 -0800 Subject: [PATCH] Fixing the test packages preparation. First, allows it to run independently. Second, it actually points to packages produced by the repo. --- build/Microsoft.DotNet.Cli.Test.targets | 31 ++++++++----------------- build/test/TestPackageProjects.targets | 20 ++++++++++++++++ 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/build/Microsoft.DotNet.Cli.Test.targets b/build/Microsoft.DotNet.Cli.Test.targets index eb9e98c36..d38407ea4 100644 --- a/build/Microsoft.DotNet.Cli.Test.targets +++ b/build/Microsoft.DotNet.Cli.Test.targets @@ -203,7 +203,7 @@ @@ -212,6 +212,15 @@ /p:TargetFramework=%(TestPackageProject.Framework) /p:RuntimeIdentifier=%(TestPackageProject.PackRuntime) + + + + - - - - - - - - - - diff --git a/build/test/TestPackageProjects.targets b/build/test/TestPackageProjects.targets index 4e127a874..7d36f8be7 100644 --- a/build/test/TestPackageProjects.targets +++ b/build/test/TestPackageProjects.targets @@ -70,6 +70,26 @@ + + Microsoft.DotNet.Cli.Utils + Microsoft.DotNet.Cli.Utils.csproj + True + True + 1.0.0-rc3- + rc3-$(TestPackageBuildVersionSuffix) + False + netstandard1.5 + + + Microsoft.DotNet.InternalAbstractions + Microsoft.DotNet.InternalAbstractions.csproj + True + True + 2.0.0-beta- + beta-$(TestPackageBuildVersionSuffix) + False + netstandard1.3 + PackageWithFakeNativeDep PackageWithFakeNativeDep.csproj