From fd4937a5b8b42a538eecfc5b1f78c9edb0ddf1ea Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 19 Aug 2026 13:37:05 -0700 Subject: [PATCH 1/2] Update RoslynTools installation source in workflow --- .github/workflows/update-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index 26701b2e6f..8e83c92a40 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Install roslyn-tools - run: dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json + run: dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json - name: Install NodeJS uses: actions/setup-node@v4 with: From 30caa217bf0a51902c3ae5a4c48c01cd794ef3e8 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 19 Aug 2026 13:40:53 -0700 Subject: [PATCH 2/2] Change roslyn-tools installation source URL Updated the installation source for the roslyn-tools CLI tool. --- .github/skills/update-roslyn-version/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/skills/update-roslyn-version/SKILL.md b/.github/skills/update-roslyn-version/SKILL.md index 8124b0f71c..5e340498d3 100644 --- a/.github/skills/update-roslyn-version/SKILL.md +++ b/.github/skills/update-roslyn-version/SKILL.md @@ -15,7 +15,7 @@ This skill describes how to update the Roslyn language server version in the vsc - If unable to find local roslyn repo, ask the user for its location. 2. The `roslyn-tools` CLI tool must be installed as a global .NET tool: ```powershell - dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json + dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json ``` **Note**: After installation, the tool is invoked as `roslyn-tools` (not `dotnet roslyn-tools`) 3. You must have authenticated with GitHub for `roslyn-tools`: