Skip to content

Commit

Permalink
build: explicit nuget references
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Aug 11, 2024
1 parent 33054cb commit 1cfc828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dotnet/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<add key="repositoryPath" value="../../.nuke/temp/packages" />
</config>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="local" value="../../dist/nupkgs" />
</packageSources>
</configuration>

0 comments on commit 1cfc828

Please sign in to comment.