Also use DotNetAdditionalRestoreSources when restoring external dependencies

This commit is contained in:
Pranav K 2017-12-04 11:02:28 -08:00
parent 3cf18e3e19
commit 7c9a985382
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@
<ExternalDependency Include="xunit" Version="$(XunitPackageVersion)" Source="$(DefaultNuGetFeed)" />
</ItemGroup>
<ItemGroup Condition="'$(DotNetRestoreSources)'!=''">
<ItemGroup Condition="'$(DotNetAdditionalRestoreSources)'!=''">
<ExternalDependency
Update="@(ExternalDependency->WithMetadataValue('Source', '$(DotNetCoreFeed)'));@(ExternalDependency->WithMetadataValue('Source', '$(RoslynFeed)'))"
Source="$(DotNetAdditionalRestoreSources);%(ExternalDependency.Source)" />