Skip to content

Update RoslynTools installation source in workflow - #9690

Merged
JoeRobich merged 2 commits into
mainfrom
JoeRobich-patch-1
Aug 19, 2026
Merged

Update RoslynTools installation source in workflow#9690
JoeRobich merged 2 commits into
mainfrom
JoeRobich-patch-1

Conversation

@JoeRobich

Copy link
Copy Markdown
Member

No description provided.

Copilot AI lite review requested due to automatic review settings August 19, 2026 20:37
@JoeRobich
JoeRobich requested a review from a team as a code owner August 19, 2026 20:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions workflow that automates CHANGELOG updates by switching the NuGet feed used to install the Microsoft.RoslynTools .NET global tool.

Changes:

  • Update dotnet tool install to use the dotnet-tools Azure DevOps NuGet feed instead of dotnet-eng.
Show a summary per file
File Description
.github/workflows/update-changelog.yml Switches RoslynTools installation source feed for the scheduled/manual changelog update workflow

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

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
Updated the installation source for the roslyn-tools CLI tool.
Copilot AI review requested due to automatic review settings August 19, 2026 20:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@JoeRobich
JoeRobich merged commit a252194 into main Aug 19, 2026
3 checks passed
@JoeRobich
JoeRobich deleted the JoeRobich-patch-1 branch August 19, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants