Skip to content

Commit abaab03

Browse files
authored
Merge pull request #251 from jntmp/master
Update NuGetPack.cs
2 parents 3a17548 + 48edcbc commit abaab03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/MSBuild.Community.Tasks/NuGet/NuGetPack.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#region Copyright © 2011 Paul Welter. All rights reserved.
1+
#region Copyright © 2011 Paul Welter. All rights reserved.
22
/*
3-
Copyright © 2005 Paul Welter. All rights reserved.
3+
Copyright © 2005 Paul Welter. All rights reserved.
44
55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions
@@ -221,7 +221,7 @@ protected override string GenerateCommandLineCommands()
221221
if (ForceEnglishOutput)
222222
builder.AppendSwitch("-ForceEnglishOutput");
223223

224-
builder.AppendSwitchIfNotNull("-Exclude", Exclude);
224+
builder.AppendSwitchIfNotNull("-Exclude ", Exclude);
225225
builder.AppendSwitchIfNotNull("-Properties ", Properties);
226226

227227
return builder.ToString();
@@ -250,4 +250,4 @@ protected override void LogEventsFromTextOutput(string singleLine, MessageImport
250250
OutputFilePath = outputFilePathMatch.Groups["filename"].Value;
251251
}
252252
}
253-
}
253+
}

0 commit comments

Comments
 (0)