From d2140531a9d36acb1895fdbfedef0d10664d382a Mon Sep 17 00:00:00 2001 From: tintoy Date: Sun, 26 Feb 2017 20:19:23 +1100 Subject: [PATCH] Set IsPackable=false for new test projects (dotnet/templating#376). The rationale for this is that creating NuGet packages from tests is probably not the more-common use case and so by default these project should not participate when "dotnet pack" is run at the solution level. This doesn't prevent users from opting into "dotnet pack", it simply won't be the default. --- .../MSTest-CSharp/Company.TestProject1.csproj | 30 ++++++------- .../MSTest-FSharp/Company.TestProject1.fsproj | 42 ++++++++++--------- .../XUnit-CSharp/Company.TestProject1.csproj | 30 ++++++------- .../XUnit-FSharp/Company.TestProject1.fsproj | 42 ++++++++++--------- .../MSTest-CSharp/Company.TestProject1.csproj | 30 ++++++------- .../MSTest-FSharp/Company.TestProject1.fsproj | 42 ++++++++++--------- .../XUnit-CSharp/Company.TestProject1.csproj | 30 ++++++------- .../XUnit-FSharp/Company.TestProject1.fsproj | 42 ++++++++++--------- 8 files changed, 152 insertions(+), 136 deletions(-) diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj index 3d6bb6aaf37..fceaa9c1701 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj @@ -1,14 +1,16 @@ - - - - netcoreapp1.0 - netcoreapp1.1 - - - - - - - - - + + + + netcoreapp1.0 + netcoreapp1.1 + + false + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj index 701e94e9570..b8de4b5744f 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj @@ -1,20 +1,22 @@ - - - - netcoreapp1.0 - netcoreapp1.1 - - - - - - - - - - - - - - - + + + + netcoreapp1.0 + netcoreapp1.1 + + false + + + + + + + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj index 7b851b1ca4b..8a09049d90c 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj @@ -1,14 +1,16 @@ - - - - netcoreapp1.0 - netcoreapp1.1 - - - - - - - - - + + + + netcoreapp1.0 + netcoreapp1.1 + + false + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj index 2e897f5054d..5ada6395638 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj @@ -1,20 +1,22 @@ - - - - netcoreapp1.0 - netcoreapp1.1 - - - - - - - - - - - - - - - + + + + netcoreapp1.0 + netcoreapp1.1 + + false + + + + + + + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj index 6f62a20e787..bd17203d9ab 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj @@ -1,14 +1,16 @@ - - - - netcoreapp2.0 - 2.0.0-beta-001507 - - - - - - - - - + + + + netcoreapp2.0 + 2.0.0-beta-001507 + + false + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj index 5c72c40c4d1..617f4e886f9 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj @@ -1,20 +1,22 @@ - - - - netcoreapp2.0 - 2.0.0-beta-001507 - - - - - - - - - - - - - - - + + + + netcoreapp2.0 + 2.0.0-beta-001507 + + false + + + + + + + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj index 4f9065e5960..dfef32c3064 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj @@ -1,14 +1,16 @@ - - - - netcoreapp2.0 - 2.0.0-beta-001507 - - - - - - - - - + + + + netcoreapp2.0 + 2.0.0-beta-001507 + + false + + + + + + + + + diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj index c45a00948af..1cabc91e5e6 100644 --- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj +++ b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj @@ -1,20 +1,22 @@ - - - - netcoreapp2.0 - 2.0.0-beta-001507 - - - - - - - - - - - - - - - + + + + netcoreapp2.0 + 2.0.0-beta-001507 + + false + + + + + + + + + + + + + + +