Skip to content

Commit 2986a8d

Browse files
ANcpLuaclaude
andcommitted
chore: remove dotnet-tools feed (1.1.3 now on nuget.org)
Microsoft.CodeAnalysis.Testing 1.1.3 graduated from beta to nuget.org, so the dotnet-tools feed is no longer required. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e76305b commit 2986a8d

File tree

6 files changed

+4
-25
lines changed

6 files changed

+4
-25
lines changed

CLAUDE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,5 @@ git tag vX.Y.Z && git push origin vX.Y.Z
119119
```xml
120120
<packageSources>
121121
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
122-
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
123122
</packageSources>
124-
```
125-
126-
The `dotnet-tools` feed is required for beta versions of `Microsoft.CodeAnalysis.Testing`.
123+
```
File renamed without changes.

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<configuration>
23
<packageSources>
34
<clear />
45
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5-
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
66
</packageSources>
77
</configuration>

NuGet.local.config.example

Lines changed: 0 additions & 18 deletions
This file was deleted.

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $VersionPropsContent = @"
6868
</PropertyGroup>
6969
7070
<!-- ═══════════════════════════════════════════════════════════════════════
71-
ROSLYN ANALYZER TESTING (Beta from dotnet-tools feed)
71+
ROSLYN ANALYZER TESTING
7272
Used by: Roslyn.Utilities.Testing, Analyzers.Tests
7373
═══════════════════════════════════════════════════════════════════════ -->
7474
<PropertyGroup Label="Analyzer Testing">

src/common/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</PropertyGroup>
5151

5252
<!-- ═══════════════════════════════════════════════════════════════════════
53-
ROSLYN ANALYZER TESTING (Beta from dotnet-tools feed)
53+
ROSLYN ANALYZER TESTING
5454
Used by: Roslyn.Utilities.Testing, Analyzers.Tests
5555
═══════════════════════════════════════════════════════════════════════ -->
5656
<PropertyGroup Label="Analyzer Testing">

0 commit comments

Comments
 (0)