Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Override restore sources
  • Loading branch information
JimBobSquarePants committed Jul 30, 2025
commit a96a9be1f3642b880134d29b039c7f9a9a0f6f4f
9 changes: 9 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@
<PropertyGroup Condition="$(Configuration.StartsWith('Release')) == true">
<Optimize>true</Optimize>
</PropertyGroup>

<!-- Required restore feeds. -->
<PropertyGroup>
<RestoreSources>
https://api.nuget.org/v3/index.json;
https://f.feedz.io/sixlabors/sixlabors/nuget/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
</RestoreSources>
</PropertyGroup>
</Project>
Loading