Skip to content

Commit 1cfc828

Browse files
committed
build: explicit nuget references
1 parent 33054cb commit 1cfc828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/dotnet/NuGet.config

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<add key="repositoryPath" value="../../.nuke/temp/packages" />
66
</config>
77
<packageSources>
8+
<clear />
9+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
810
<add key="local" value="../../dist/nupkgs" />
911
</packageSources>
1012
</configuration>

0 commit comments

Comments
 (0)