Skip to content

Commit a96a9be

Browse files
Override restore sources
1 parent 55e4926 commit a96a9be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Directory.Build.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,13 @@
3333
<PropertyGroup Condition="$(Configuration.StartsWith('Release')) == true">
3434
<Optimize>true</Optimize>
3535
</PropertyGroup>
36+
37+
<!-- Required restore feeds. -->
38+
<PropertyGroup>
39+
<RestoreSources>
40+
https://api.nuget.org/v3/index.json;
41+
https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
42+
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
43+
</RestoreSources>
44+
</PropertyGroup>
3645
</Project>

0 commit comments

Comments
 (0)