We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f4f9f commit a4dc45dCopy full SHA for a4dc45d
.github/workflows/build.yml
@@ -35,6 +35,8 @@ jobs:
35
fetch-depth: 0
36
- name: "Install .NET Core SDK"
37
uses: actions/[email protected]
38
+ with:
39
+ include-prerelease: true
40
- name: "Dotnet Tool Restore"
41
run: dotnet tool restore
42
shell: pwsh
0 commit comments