Skip to content

Commit

Permalink
Set dotnet version for automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn authored Nov 12, 2020
1 parent d540998 commit 80cf6eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'

- name: Publish app
run: dotnet publish -c Release

Expand Down

0 comments on commit 80cf6eb

Please sign in to comment.