Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster <nate.mcmaster@microsoft.com>2017-12-01 02:18:49 +0300
committerNate McMaster <nate.mcmaster@microsoft.com>2017-12-01 02:18:49 +0300
commit143efaf2bc8526154cd159f98b5d4b218cdba46d (patch)
tree49b013fc823e469bd2e6259f3f12dda44c18eebd /run.ps1
parent1db6eb082336f1ce4b656b988bbb1c299fb3b378 (diff)
Fix bad merge in run.ps1
Diffstat (limited to 'run.ps1')
-rw-r--r--run.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/run.ps1 b/run.ps1
index f28cbf2f07..18d3b23a9f 100644
--- a/run.ps1
+++ b/run.ps1
@@ -78,6 +78,7 @@ param(
[string]$PackageVersionPropsUrl = $null,
[string]$AccessTokenSuffix = $null,
[string]$RestoreSources = $null,
+ [string]$AssetRootUrl = $null,
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$MSBuildArguments
)