We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33054cb commit 1cfc828Copy full SHA for 1cfc828
test/dotnet/NuGet.config
@@ -5,6 +5,8 @@
5
<add key="repositoryPath" value="../../.nuke/temp/packages" />
6
</config>
7
<packageSources>
8
+ <clear />
9
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
10
<add key="local" value="../../dist/nupkgs" />
11
</packageSources>
12
</configuration>
0 commit comments