Skip to content

Commit

Permalink
prefer local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed Nov 25, 2024
1 parent b8f2a03 commit d4afcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build/docker/dotnet/parametric/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="local" value="./" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit d4afcae

Please sign in to comment.