Fix PackageName typo (#1782)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
parent
a475980de6
commit
d8b532af57
@ -4,7 +4,7 @@ param (
|
||||
[Parameter(mandatory = $true)]
|
||||
$BuildID,
|
||||
[Parameter(mandatory = $true)]
|
||||
$PackagName,
|
||||
$PackageName,
|
||||
[Parameter(mandatory = $true)]
|
||||
$ServiceDirectory
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user