Skip to content

Commit 87eece5

Browse files
committed
Work CD-CI
- Switch MyGet feed with Azure Artifacts feed. Signed-off-by: José Simões <[email protected]>
1 parent e7d88e1 commit 87eece5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5-
<add key="MyGet nanoFramework dev" value="https://www.myget.org/F/nanoframework-dev/api/v3/index.json" protocolVersion="3" />
5+
<add key="Azure Artifacts nanoFramework dev" value="https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json" protocolVersion="3" />
66
</packageSources>
77
</configuration>

0 commit comments

Comments
 (0)