Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Fix issue 866 #979

Merged
merged 2 commits into from
May 18, 2020
Merged

Conversation

AnthonySteele
Copy link
Member

@AnthonySteele AnthonySteele commented May 18, 2020

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Fix for #866

When there is a space in the file name, e.g. "My Solution.sln", it needs to be quoted on the command line
As before, ArgumentEscaper.EscapeAndConcatenate handles this

⤵️ What is the current behavior?

restore fails when the project name contains a space

🆕 What is the new behavior (if this is a feature change)?

restore does not fail

💥 Does this PR introduce a breaking change?

🐛 Recommendations for testing

📝 Links to relevant issues/docs

🤔 Checklist before submitting

  • All projects build
  • Relevant documentation was updated

Anthony Steele added 2 commits May 18, 2020 11:56
NuKeeperDotNet#866
When there is a space in the file name, it needs to be quoted on the commandline
As before, `ArgumentEscaper.EscapeAndConcatenate` handles this
@AnthonySteele AnthonySteele merged commit 868a707 into NuKeeperDotNet:master May 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants