Also use DotNetAdditionalRestoreSources when restoring external dependencies
This commit is contained in:
parent
3a76af803a
commit
3cf18e3e19
|
|
@ -380,6 +380,6 @@
|
||||||
<ItemGroup Condition="'$(DotNetRestoreSources)'!=''">
|
<ItemGroup Condition="'$(DotNetRestoreSources)'!=''">
|
||||||
<ExternalDependency
|
<ExternalDependency
|
||||||
Update="@(ExternalDependency->WithMetadataValue('Source', '$(DotNetCoreFeed)'));@(ExternalDependency->WithMetadataValue('Source', '$(RoslynFeed)'))"
|
Update="@(ExternalDependency->WithMetadataValue('Source', '$(DotNetCoreFeed)'));@(ExternalDependency->WithMetadataValue('Source', '$(RoslynFeed)'))"
|
||||||
Source="$(DotNetRestoreSources);%(ExternalDependency.Source)" />
|
Source="$(DotNetAdditionalRestoreSources);%(ExternalDependency.Source)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue