Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
add pre-release info to action
  • Loading branch information
timschmitz86 authored May 31, 2021
1 parent e080147 commit a51ff6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit a51ff6d

Please sign in to comment.