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:
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
)