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.
2 parents ce55aae + d78667e commit 045f77eCopy full SHA for 045f77e
.github/workflows/update-changelog.yml
@@ -17,7 +17,8 @@ jobs:
17
uses: actions/checkout@v2
18
with:
19
fetch-depth: 0
20
- fetch-tags: true
+ - 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
22
- name: Install NodeJS
23
uses: actions/setup-node@v4
24
0 commit comments