Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent null/white space task item from being created. #284

Merged
merged 1 commit into from Nov 15, 2018

Conversation

jchoover
Copy link
Contributor

@jchoover jchoover commented Nov 5, 2018

Ref: dotnet/msbuild#3399

error MSB4028: The "MSBuild.Community.Tasks.Git.GitClient" task's outputs could not be retrieved from the "ConsoleOutput" parameter. Parameter "includeEscaped" cannot have zero length.

<MSBuild.Community.Tasks.Git.GitClient Command="push" Arguments="origin" UseCommandProcessor="false" LocalPath="$(DestinationFolder)\" Condition="Exists('$(DestinationFolder)\.git')" ContinueOnError="true"> <Output TaskParameter="ConsoleOutput" ItemName="ConsoleOutputPush"/> </MSBuild.Community.Tasks.Git.GitClient>

@pwelter34 pwelter34 merged commit 2fc8a8c into loresoft:master Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants