From 48edcbc123b5ffa6e4f13435bde6ea3abbd3b18a Mon Sep 17 00:00:00 2001 From: jntmp Date: Wed, 18 Jan 2017 13:19:32 +0200 Subject: [PATCH] Update NuGetPack.cs Missing space after -External flag --- Source/MSBuild.Community.Tasks/NuGet/NuGetPack.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/MSBuild.Community.Tasks/NuGet/NuGetPack.cs b/Source/MSBuild.Community.Tasks/NuGet/NuGetPack.cs index ea387f14..a3cb9084 100644 --- a/Source/MSBuild.Community.Tasks/NuGet/NuGetPack.cs +++ b/Source/MSBuild.Community.Tasks/NuGet/NuGetPack.cs @@ -1,6 +1,6 @@ -#region Copyright © 2011 Paul Welter. All rights reserved. +#region Copyright © 2011 Paul Welter. All rights reserved. /* -Copyright © 2005 Paul Welter. All rights reserved. +Copyright © 2005 Paul Welter. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -221,7 +221,7 @@ protected override string GenerateCommandLineCommands() if (ForceEnglishOutput) builder.AppendSwitch("-ForceEnglishOutput"); - builder.AppendSwitchIfNotNull("-Exclude", Exclude); + builder.AppendSwitchIfNotNull("-Exclude ", Exclude); builder.AppendSwitchIfNotNull("-Properties ", Properties); return builder.ToString(); @@ -250,4 +250,4 @@ protected override void LogEventsFromTextOutput(string singleLine, MessageImport OutputFilePath = outputFilePathMatch.Groups["filename"].Value; } } -} \ No newline at end of file +}