Skip to content

Commit 97efc0d

Browse files
committed
Remove internal feeds
1 parent 3771a2f commit 97efc0d

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

NuGet.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<add key="darc-pub-dotnet-templating-3198063" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-31980633/nuget/v3/index.json" />
77
<add key="darc-pub-dotnet-msbuild-126527f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-126527ff/nuget/v3/index.json" />
8-
<add key="darc-int-dotnet-runtime-cb5f173b" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-cb5f173b/nuget/v3/index.json" />
9-
<add key="darc-int-dotnet-aspnetcore-2670c128" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-2670c128/nuget/v3/index.json" />
10-
<add key="darc-int-dotnet-installer-71365b4d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-71365b4d/nuget/v3/index.json" />
118
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
129
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
1310
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<RepoName>linker</RepoName>
2929
</Dependency>
3030
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.2">
31-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
31+
<Uri>https://github.com/dotnet/runtime</Uri>
3232
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
3333
<RepoName>runtime</RepoName>
3434
<RepoName>runtime-portable</RepoName>
@@ -64,7 +64,7 @@
6464
<RepoName>nuget-client</RepoName>
6565
</Dependency>
6666
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.102-servicing.20613.7" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
67-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
67+
<Uri>https://github.com/dotnet/sdk</Uri>
6868
<Sha>ef14c79a16171496e2d972edd9a7874d596f624d</Sha>
6969
<RepoName>sdk</RepoName>
7070
</Dependency>
@@ -84,7 +84,7 @@
8484
<Sha>a52f3d7fb58470749ee4035fbbcb7e63c78b0459</Sha>
8585
</Dependency>
8686
<Dependency Name="dotnet-watch" Version="5.0.2-servicing.20613.2" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
87-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
87+
<Uri>https://github.com/dotnet/aspnetcore</Uri>
8888
<Sha>2670c128d522473e146ff9f8159bfffdfe694cd9</Sha>
8989
<RepoName>aspnetcore</RepoName>
9090
</Dependency>
@@ -97,7 +97,7 @@
9797
<Sha>212656d7b384a506aa714999f678b3ace82d114e</Sha>
9898
</Dependency>
9999
<Dependency Name="Microsoft.Dotnet.Sdk.Internal" Version="5.0.102-servicing.20614.17">
100-
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-installer</Uri>
100+
<Uri>https://github.com/dotnet/installer</Uri>
101101
<Sha>71365b4d424b0860ceb9ad8ee47f7cd08c55c362</Sha>
102102
<RepoName>installer</RepoName>
103103
</Dependency>

smoke-testNuGet.Config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<add key="darc-pub-dotnet-templating-3198063" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-31980633/nuget/v3/index.json" />
88
<add key="darc-pub-dotnet-msbuild-126527f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-msbuild-126527ff/nuget/v3/index.json" />
9-
<add key="darc-int-dotnet-runtime-cb5f173b" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-cb5f173b/nuget/v3/index.json" />
10-
<add key="darc-int-dotnet-aspnetcore-2670c128" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-2670c128/nuget/v3/index.json" />
11-
<add key="darc-int-dotnet-installer-71365b4d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-71365b4d/nuget/v3/index.json" />
129
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1310
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
1411
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />

0 commit comments

Comments
 (0)