Skip to content

Commit a02c8e2

Browse files
Remove internal feed from main sample nuget.config (#135)
1 parent 9cd426f commit a02c8e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Samples/nuget.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!-- This file was added for building in the CI pipeline. It is not used when building locally. -->
33
<configuration>
44
<packageRestore>
@@ -10,7 +10,6 @@
1010
<packageSources>
1111
<clear />
1212
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13-
<add key="Internal" value="https://pkgs.dev.azure.com/microsoft/ProjectReunion/_packaging/Project.Reunion.nuget.internal/nuget/v3/index.json" />
1413
</packageSources>
1514
<disabledPackageSources />
1615
</configuration>

0 commit comments

Comments
 (0)