Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ function Get-Help() {
Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -con for configuration, -t for test, etc.)."
}

# Exit if script has been dot-sourced
if ($MyInvocation.InvocationName -eq ".") {
exit 0
}

if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) {
Get-Help
exit 0
Expand Down