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