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

Fix MSBuild Bundling When Path Contains Spaces #7677

Merged
2 commits merged into from
Apr 28, 2021

Commits on Apr 28, 2021

  1. Fix MSBuild Bundling When Path Contains Spaces

    Fixes microsoft#7597
    
    We're passing raw strings into the exec string for running commands from MSBuild. Paths with spaces will be interpreted as multiple CLI args. Wrap paths in quotes to fix paths with spaces.
    NickGerleman committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    466a1f2 View commit details
    Browse the repository at this point in the history
  2. Change files

    NickGerleman committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    505d014 View commit details
    Browse the repository at this point in the history