From c6f5288b5b227578e2cf87e0b4a0006a78807926 Mon Sep 17 00:00:00 2001 From: Zachary Danz Date: Thu, 11 Apr 2019 15:09:22 -0700 Subject: [PATCH] supress creation of content directory in nuget package resulting in template packaging --- .../Microsoft.Dotnet.Winforms.ProjectTemplates.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/Microsoft.Dotnet.WinForms.ProjectTemplates/Microsoft.Dotnet.Winforms.ProjectTemplates.csproj b/pkg/Microsoft.Dotnet.WinForms.ProjectTemplates/Microsoft.Dotnet.Winforms.ProjectTemplates.csproj index e7aae034088..9c3f4ceed31 100644 --- a/pkg/Microsoft.Dotnet.WinForms.ProjectTemplates/Microsoft.Dotnet.Winforms.ProjectTemplates.csproj +++ b/pkg/Microsoft.Dotnet.WinForms.ProjectTemplates/Microsoft.Dotnet.Winforms.ProjectTemplates.csproj @@ -41,7 +41,8 @@ - .\content\ + + .\ true