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:
authorPranav K <prkrishn@hotmail.com>2017-12-02 02:56:47 +0300
committerPranav K <prkrishn@hotmail.com>2017-12-02 03:04:01 +0300
commit3a76af803ab8734d11a63e255c1cacf6438761e6 (patch)
treeab7d1503283769a5bf01ad4d79bba3a6ec416f80 /run.ps1
parent400ef9e3b1ba7af7565f7bf198584429f5abbc83 (diff)
Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects
Diffstat (limited to 'run.ps1')
-rw-r--r--run.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/run.ps1 b/run.ps1
index 18d3b23a9f..588b0dde31 100644
--- a/run.ps1
+++ b/run.ps1
@@ -202,7 +202,7 @@ if ($PackageVersionPropsUrl) {
}
if ($RestoreSources) {
- $MSBuildArguments += "-p:DotNetRestoreSources=$RestoreSources"
+ $MSBuildArguments += "-p:DotNetAdditionalRestoreSources=$RestoreSources"
}
if ($AssetRootUrl) {