We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd426f commit a02c8e2Copy full SHA for a02c8e2
Samples/nuget.config
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
2
<!-- This file was added for building in the CI pipeline. It is not used when building locally. -->
3
<configuration>
4
<packageRestore>
@@ -10,7 +10,6 @@
10
<packageSources>
11
<clear />
12
<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" />
14
</packageSources>
15
<disabledPackageSources />
16
</configuration>
0 commit comments