Skip to content

Commit cc442ed

Browse files
committed
Install roslyn-tools
1 parent 1acc61d commit cc442ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Check out
1717
uses: actions/checkout@v2
18+
- name: Install roslyn-tools
19+
run: dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json
1820
- name: Install NodeJS
1921
uses: actions/setup-node@v4
2022
with:

0 commit comments

Comments
 (0)