Skip to content

Commit df836cb

Browse files
committed
Include prereleases for SDK installs
1 parent 1ec52c1 commit df836cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
dotnet-version: "5.0.x"
4444
- name: "Install .NET Core SDK"
4545
uses: actions/[email protected]
46+
with:
47+
include-prerelease: true
4648
- name: "Dotnet Tool Restore"
4749
run: dotnet tool restore
4850
shell: pwsh

0 commit comments

Comments
 (0)