Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-12-21 23:54:56 +0300
committerGitHub <noreply@github.com>2019-12-21 23:54:56 +0300
commit188427d7e18102c45fc6d0e20c135e226f215992 (patch)
treeb95e71c99b232624c3413df7d20f17c5ba522fb0 /eng/build.ps1
parentbd6c81a944f609b88908864827b7797c6b127c5b (diff)
Revert "Fix .cmd scripts help arguments (#1043)" (#1110)
This reverts commit 0a29c61468f60f815119e52e477d0154351a4abf.
Diffstat (limited to 'eng/build.ps1')
-rw-r--r--eng/build.ps16
1 files changed, 0 insertions, 6 deletions
diff --git a/eng/build.ps1 b/eng/build.ps1
index 173826b24cc..efd3ce99d5a 100644
--- a/eng/build.ps1
+++ b/eng/build.ps1
@@ -1,6 +1,5 @@
[CmdletBinding(PositionalBinding=$false)]
Param(
- [switch][Alias('h')]$help,
[switch][Alias('b')]$build,
[switch][Alias('t')]$test,
[switch]$buildtests,
@@ -58,11 +57,6 @@ if ($MyInvocation.InvocationName -eq ".") {
exit 0
}
-if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) {
- Get-Help
- exit 0
-}
-
$subsetCategory = $subsetCategory.ToLowerInvariant()
# VS Test Explorer support for libraries