Skip to content

Fix .cmd scripts help arguments#1131

Merged
safern merged 1 commit into
dotnet:masterfrom
safern:FixCmdHelp2
Dec 23, 2019
Merged

Fix .cmd scripts help arguments#1131
safern merged 1 commit into
dotnet:masterfrom
safern:FixCmdHelp2

Conversation

@safern
Copy link
Copy Markdown
Member

@safern safern commented Dec 23, 2019

New PR for: #1043 which was reverted in: #1110

The reason for the build break was because when setting _args env variable, I was escaping the args with " which was causing PowerShell to not bind the args as an array and therefore when parsing them and passing the right Global Properties to MSBuild, we were not passing them down.

I just debugged that locally and now the arguments are bound as expected, build is green and properties passed down correctly (validated via binlog).

@safern safern merged commit f77914d into dotnet:master Dec 23, 2019
@safern safern deleted the FixCmdHelp2 branch December 23, 2019 23:55
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants