Fix bad merge in run.ps1

This commit is contained in:
Nate McMaster 2017-11-30 15:18:49 -08:00
parent 1db6eb0823
commit 143efaf2bc
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ param(
[string]$PackageVersionPropsUrl = $null,
[string]$AccessTokenSuffix = $null,
[string]$RestoreSources = $null,
[string]$AssetRootUrl = $null,
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$MSBuildArguments
)