Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 68e6afc

Browse files
committed
The Mac build requires some content be pulled from nuget.org, see https://github.com/dotnet/corefx/issues/2236; this change adds it to the source list passed to nuget.exe.
[tfs-changeset: 1499319]
1 parent 3279ca8 commit 68e6afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dir.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545

4646
<!-- list of nuget package sources passed to nuget.exe -->
4747
<ItemGroup>
48-
<NuGetSourceList Include="https://www.myget.org/F/dotnet-buildtools" />
48+
<NuGetSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools" />
49+
<NuGetSourceList Include="https:%2F%2Fwww.nuget.org/api/v2" />
4950
</ItemGroup>
5051

5152
<!-- Common nuget properties -->

0 commit comments

Comments
 (0)