Skip to content

Commit 81716f5

Browse files
remove obsolete nuget source; fixup sourcebuild metadata
1 parent b8fef1f commit 81716f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

NuGet.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
77
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
88
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
9-
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
10-
<!-- Feeds for source-build intermediates -->
9+
<!-- Feeds for source-build command-line-api intermediate -->
1110
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
1211
</packageSources>
1312
<disabledPackageSources>

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22272.1">
55
<Uri>https://github.com/dotnet/command-line-api</Uri>
66
<Sha>209b724a3c843253d3071e8348c353b297b0b8b5</Sha>
7-
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
87
</Dependency>
98
<Dependency Name="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1">
109
<Uri>https://github.com/dotnet/command-line-api</Uri>
@@ -17,6 +16,7 @@
1716
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.327201">
1817
<Uri>https://github.com/dotnet/command-line-api</Uri>
1918
<Sha>209b724a3c843253d3071e8348c353b297b0b8b5</Sha>
19+
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
2020
</Dependency>
2121
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23253.2">
2222
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

0 commit comments

Comments
 (0)