Skip to content

Conversation

@jazzdelightsme
Copy link
Contributor

PR Summary

More convenient: allow specifying the configuration, rather than the bin
dir.

More functional: don't attempt to pass null/empty ArgumentList to
Start-Process.

PR Checklist

More convenient: allow specifying the configuration, rather than the bin
dir.

More functional: don't attempt to pass null/empty ArgumentList to
Start-Process.
build.psm1 Outdated
[ValidateSet("Debug", "Release", "CodeCoverage", '')] # should match New-PSOptions -Configuration values
[string]$Configuration,
[Parameter(ParameterSetName='BinDirParamSet')]
[string]$binDir,
Copy link
Contributor

@kvprasoon kvprasoon Jul 21, 2018

Choose a reason for hiding this comment

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

I believe we follow Pascal casing for Parameters . Requesting you to change $binDir to $BinDir in Param() block and on all occurrences.

Copy link
Member

@daxian-dbw daxian-dbw left a comment

Choose a reason for hiding this comment

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

LGTM

@daxian-dbw daxian-dbw merged commit e7c315b into PowerShell:master Jul 26, 2018
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