Skip to content

Allow pass-thru arguments in eng\common\build.sh#2696

Merged
wtgodbe merged 1 commit intodotnet:masterfrom
wtgodbe:PassThruSh
May 6, 2019
Merged

Allow pass-thru arguments in eng\common\build.sh#2696
wtgodbe merged 1 commit intodotnet:masterfrom
wtgodbe:PassThruSh

Conversation

@wtgodbe
Copy link
Copy Markdown
Member

@wtgodbe wtgodbe commented May 6, 2019

eng\common\build.ps1 passes through all unrecognized arguments to msbuild:

[Parameter(ValueFromRemainingArguments=$true)][String[]]$properties
. We should do the same in eng\common\build.sh. This will unblock my PR in Standard (without it I can't pass warnAsMessage to msbuild): dotnet/standard#1173

@chcosta @riarenas @jcagme @tmat @ViktorHofer PTAL

Copy link
Copy Markdown
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with the change as it adds consistency between the build scripts but would recommend to wait for another review from one of the arcade owners.

@markwilkie
Copy link
Copy Markdown
Member

cc/ @alexperovich

@wtgodbe wtgodbe merged commit fe003f9 into dotnet:master May 6, 2019
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.

4 participants