Fix bad merge in run.ps1
This commit is contained in:
parent
1db6eb0823
commit
143efaf2bc
1
run.ps1
1
run.ps1
|
|
@ -78,6 +78,7 @@ param(
|
||||||
[string]$PackageVersionPropsUrl = $null,
|
[string]$PackageVersionPropsUrl = $null,
|
||||||
[string]$AccessTokenSuffix = $null,
|
[string]$AccessTokenSuffix = $null,
|
||||||
[string]$RestoreSources = $null,
|
[string]$RestoreSources = $null,
|
||||||
|
[string]$AssetRootUrl = $null,
|
||||||
[Parameter(ValueFromRemainingArguments = $true)]
|
[Parameter(ValueFromRemainingArguments = $true)]
|
||||||
[string[]]$MSBuildArguments
|
[string[]]$MSBuildArguments
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue