Flag dotnet-dsrouter as shipping. (#2722)
authorJohan Lorensson <lateralusx.github@gmail.com>
Wed, 3 Nov 2021 14:30:16 +0000 (15:30 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Nov 2021 14:30:16 +0000 (15:30 +0100)
* Flag dotnet-dsrouter as shipping.

* Add dotnet-dsrouter to tool-list.json.

eng/release/tool-list.json
src/Tools/dotnet-dsrouter/Program.cs
src/Tools/dotnet-dsrouter/dotnet-dsrouter.csproj

index 92412258837c29624bb2d91822853a3290aa292f..69b7189cce397877de8e61aafcbb8570ef2c2315 100644 (file)
         "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": {
@@ -36,6 +40,7 @@
       "dotnet-sos",
       "dotnet-trace",
       "dotnet-stack",
+      "dotnet-dsrouter",
       "Microsoft.Diagnostics.NETCore.Client"
     ]
   }
index 7b9e08a8ede5473f4e367f4d678e3f5cde528f09..8e0f922ea32c9bf0f6234bf977d4c9410cd3c12f 100644 (file)
@@ -146,7 +146,7 @@ namespace Microsoft.Diagnostics.Tools.DiagnosticsServerRouter
 
             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()
index 73a3db1203969db2a7553a504927ebc25eba21b8..73fd6f82e397b1247924a914cadc704535548501 100644 (file)
@@ -8,7 +8,6 @@
     <Description>.NET Performance Diagnostic Server Router Tool</Description>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
-    <IsShipping>false</IsShipping>
   </PropertyGroup>
 
   <ItemGroup>