Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tasks
diff options
context:
space:
mode:
authorMichelle McDaniel <michelm@microsoft.com>2021-03-18 17:22:06 +0300
committerGitHub <noreply@github.com>2021-03-18 17:22:06 +0300
commit6f12c00fbd9f37d45ab935efe9f7b8ee1e4a411f (patch)
tree014931dd44ad92ecdb15fafde7850fde19d96806 /src/tasks
parent122c438e0987bf7bfd2a4a02368353d3774ff963 (diff)
Update aka.ms links (#48924)
* Update aka.ms links * Temporarily remove the symbols, nethost and badge links
Diffstat (limited to 'src/tasks')
-rw-r--r--src/tasks/installer.tasks/RegenerateDownloadTable.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tasks/installer.tasks/RegenerateDownloadTable.cs b/src/tasks/installer.tasks/RegenerateDownloadTable.cs
index e68555e763d..ec99e531882 100644
--- a/src/tasks/installer.tasks/RegenerateDownloadTable.cs
+++ b/src/tasks/installer.tasks/RegenerateDownloadTable.cs
@@ -159,10 +159,10 @@ namespace Microsoft.DotNet.Build.Tasks
string badge = Link("badge");
string version = Link("version");
- if (links.Contains(badge) && links.Contains(version))
- {
- sb.Append($"[![][{badge}]][{version}]");
- }
+ // if (links.Contains(badge) && links.Contains(version))
+ // {
+ // sb.Append($"[![][{badge}]][{version}]");
+ // }
// Look for various types of links. The first parameter is the name of the link as it
// appears in the table cell. The second parameter is how this type of link is
@@ -181,11 +181,11 @@ namespace Microsoft.DotNet.Build.Tasks
AddLink("zip", "zip");
AddLink("tar.gz", "targz");
- AddLink("NetHost (zip)", "nethost-zip");
- AddLink("NetHost (tar.gz)", "nethost-targz");
+ // AddLink("NetHost (zip)", "nethost-zip");
+ // AddLink("NetHost (tar.gz)", "nethost-targz");
- AddLink("Symbols (zip)", "symbols-zip");
- AddLink("Symbols (tar.gz)", "symbols-targz");
+ // AddLink("Symbols (zip)", "symbols-zip");
+ // AddLink("Symbols (tar.gz)", "symbols-targz");
if (sb.Length == 0)
{