We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acc61d commit cc442edCopy full SHA for cc442ed
.github/workflows/update-changelog.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Check out
17
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
20
- name: Install NodeJS
21
uses: actions/setup-node@v4
22
with:
0 commit comments