Skip to content

Commit a4dc45d

Browse files
committed
Include prereleases for SDK installs
1 parent 59f4f9f commit a4dc45d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
fetch-depth: 0
3636
- name: "Install .NET Core SDK"
3737
uses: actions/setup-dotnet@v1.8.2
38+
with:
39+
include-prerelease: true
3840
- name: "Dotnet Tool Restore"
3941
run: dotnet tool restore
4042
shell: pwsh

0 commit comments

Comments
 (0)