Исправил аргументы скрипта
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
param(
|
param(
|
||||||
[Parameter(Mandatory=$true)] [string] $teamCityToken,
|
[Parameter(Mandatory=$true)] [string] $teamCityToken,
|
||||||
[Parameter(Mandatory=$true)] [string] $branch,
|
[Parameter(Mandatory=$true)] [string] $branch,
|
||||||
[Parameter] [string] $web
|
[Parameter(Mandatory=$false)] [string] $web
|
||||||
)
|
)
|
||||||
|
|
||||||
$scriptDir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
|
$scriptDir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
Reference in New Issue
Block a user