File tree Expand file tree Collapse file tree 6 files changed +4
-25
lines changed
Expand file tree Collapse file tree 6 files changed +4
-25
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff 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">
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments