Skip to content

Commit 1c8e9be

Browse files
davilimapDavi Lima Paulino
and
Davi Lima Paulino
authored
Use correct nuget source (#19)
* Use correct nuget source Co-authored-by: Davi Lima Paulino <[email protected]>
1 parent 46c15f8 commit 1c8e9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</solution>
66
<packageSources>
77
<clear />
8-
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
8+
<add key="Setup-Dependencies" value="https://pkgs.dev.azure.com/azure-public/vssetup/_packaging/Setup-Dependencies/nuget/v3/index.json" />
99
</packageSources>
1010
</configuration>

0 commit comments

Comments
 (0)