Remove unsupported -Clean switch
Will put back when it is functional.
This commit is contained in:
parent
a6a6ac7c36
commit
f5a95a6ef5
@ -24,7 +24,6 @@ function Start-PSBuild {
|
|||||||
[CmdletBinding(DefaultParameterSetName='CoreCLR')]
|
[CmdletBinding(DefaultParameterSetName='CoreCLR')]
|
||||||
param(
|
param(
|
||||||
[switch]$Restore,
|
[switch]$Restore,
|
||||||
[switch]$Clean,
|
|
||||||
|
|
||||||
# These runtimes must match those in project.json
|
# These runtimes must match those in project.json
|
||||||
# We do not use ValidateScript since we want tab completion
|
# We do not use ValidateScript since we want tab completion
|
||||||
|
Loading…
Reference in New Issue
Block a user