We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec52c1 commit df836cbCopy full SHA for df836cb
.github/workflows/build.yml
@@ -43,6 +43,8 @@ jobs:
43
dotnet-version: "5.0.x"
44
- name: "Install .NET Core SDK"
45
uses: actions/[email protected]
46
+ with:
47
+ include-prerelease: true
48
- name: "Dotnet Tool Restore"
49
run: dotnet tool restore
50
shell: pwsh
0 commit comments