Skip to content

Commit

Permalink
Updating pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Mesquita authored and Edgar Mesquita committed Oct 21, 2023
1 parent efb0e89 commit 533976c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: 8.0.x
dotnet-quality: 'preview'
- name: Build eQuantic.Core.Data.EntityFramework Library
run: dotnet build --configuration Release
- name: Push package into Nuget.org
Expand Down

0 comments on commit 533976c

Please sign in to comment.