Remove unsupported -Clean switch

Will put back when it is functional.
This commit is contained in:
Andrew Schwartzmeyer 2016-04-08 15:57:48 -07:00
parent a6a6ac7c36
commit f5a95a6ef5

View file

@ -24,7 +24,6 @@ function Start-PSBuild {
[CmdletBinding(DefaultParameterSetName='CoreCLR')]
param(
[switch]$Restore,
[switch]$Clean,
# These runtimes must match those in project.json
# We do not use ValidateScript since we want tab completion