Skip to content

Commit

Permalink
Flag dotnet-dsrouter as shipping. (#2722)
Browse files Browse the repository at this point in the history
* Flag dotnet-dsrouter as shipping.

* Add dotnet-dsrouter to tool-list.json.
  • Loading branch information
lateralusX authored Nov 3, 2021
1 parent 90957d4 commit a3464a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions eng/release/tool-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"name": "dotnet-stack",
"rids": ["win-x64", "win-x86", "win-arm", "win-arm64", "linux-x64", "linux-musl-arm64", "osx-x64", "linux-arm64", "linux-musl-x64", "linux-arm"]
}
{
"name": "dotnet-dsrouter",
"rids": ["win-x64", "win-x86", "win-arm", "win-arm64", "linux-x64", "linux-musl-arm64", "osx-x64", "linux-arm64", "linux-musl-x64", "linux-arm"]
}
]
},
"NugetAssets": {
Expand All @@ -36,6 +40,7 @@
"dotnet-sos",
"dotnet-trace",
"dotnet-stack",
"dotnet-dsrouter",
"Microsoft.Diagnostics.NETCore.Client"
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/dotnet-dsrouter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private static int Main(string[] args)

var currentColor = Console.ForegroundColor;
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("WARNING: dotnet-dsrouter is an experimental development tool not intended for production environments." + Environment.NewLine);
Console.WriteLine("WARNING: dotnet-dsrouter is a development tool not intended for production environments." + Environment.NewLine);
Console.ForegroundColor = currentColor;

var parser = new CommandLineBuilder()
Expand Down
1 change: 0 additions & 1 deletion src/Tools/dotnet-dsrouter/dotnet-dsrouter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Description>.NET Performance Diagnostic Server Router Tool</Description>
<PackageTags>Diagnostic</PackageTags>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
<IsShipping>false</IsShipping>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a3464a7

Please sign in to comment.