Skip to content

Commit 045f77e

Browse files
authored
Install roslyn-tools (#8663)
2 parents ce55aae + d78667e commit 045f77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20-
fetch-tags: true
20+
- name: Install roslyn-tools
21+
run: dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json
2122
- name: Install NodeJS
2223
uses: actions/setup-node@v4
2324
with:

0 commit comments

Comments
 (0)