This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 60
60
61
61
<!-- list of nuget package sources passed to dnu -->
62
62
<ItemGroup >
63
- <DnuSourceList Include =" https://www.myget.org/F/dotnet-core/" />
64
- <DnuSourceList Include =" https://www.myget.org/F/dotnet-coreclr/" />
65
- <DnuSourceList Include =" https://www.myget.org/F/dotnet-corefx/" />
66
- <DnuSourceList Include =" https://www.myget.org/F/dotnet-corefxtestdata/" />
67
- <DnuSourceList Include =" https://www.myget.org/F/dotnet-buildtools/" />
68
- <DnuSourceList Include =" https://www.nuget.org/api/v2/" />
63
+ <!-- Need to escape double forward slash (%2F) or MSBuild will normalize to one slash on Unix. -->
64
+ <DnuSourceList Include =" https:%2F%2Fwww.myget.org/F/dotnet-core/" />
65
+ <DnuSourceList Include =" https:%2F%2Fwww.myget.org/F/dotnet-coreclr/" />
66
+ <DnuSourceList Include =" https:%2F%2Fwww.myget.org/F/dotnet-corefx/" />
67
+ <DnuSourceList Include =" https:%2F%2Fwww.myget.org/F/dotnet-corefxtestdata/" />
68
+ <DnuSourceList Include =" https:%2F%2Fwww.myget.org/F/dotnet-buildtools/" />
69
+ <DnuSourceList Include =" https:%2F%2Fwww.nuget.org/api/v2/" />
69
70
</ItemGroup >
70
71
71
72
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments