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

Space in Application Name creates invalid .NET Core Project #35

Open
smurawski opened this issue Aug 21, 2019 · 1 comment
Open

Space in Application Name creates invalid .NET Core Project #35

smurawski opened this issue Aug 21, 2019 · 1 comment
Labels

Comments

@smurawski
Copy link

When creating a .NET Core app, if the application name provided has a space in it, then namespaces in the application generated are invalid, leading to failed builds.

@smurawski
Copy link
Author

Additionally, with the publish command, the output argument is not quoted, leading to failure of the step.

example - with Build.StagingDirectory being the same as the application name, which has spaces:

--configuration $(BuildConfiguration) --output $(Build.StagingDirectory)/pub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants