Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
change build to use .net 5
  • Loading branch information
ekolis authored Dec 22, 2020
1 parent 269f5b1 commit 7fb138f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: .NET

on:
push:
Expand All @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 5.0.100
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -28,5 +28,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
path: D:\a\FrEee\FrEee\FrEee.WinForms\\bin\Release\netcoreapp3.1\
path: D:\a\FrEee\FrEee\FrEee.WinForms\\bin\Release\net5\

0 comments on commit 7fb138f

Please sign in to comment.