Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from monstarlab-dotnet/develop
Browse files Browse the repository at this point in the history
3.0.0 release
  • Loading branch information
Morten Turn Pedersen authored Nov 19, 2021
2 parents fee89f0 + 202ec57 commit 85298e6
Show file tree
Hide file tree
Showing 46 changed files with 1,633 additions and 1,579 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish to NuGet
on:
push:
branches:
- master
- main
paths:
- 'NetCoreEntityFramework/**'
- 'Monstarlab.EntityFramework.Extension/**'

jobs:
publish:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.403
dotnet-version: 6.0.x

- name: Install dependencies
run: dotnet restore
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Generate NuGet package
run: |
cd NetCoreEntityFramework
cd Monstarlab.EntityFramework.Extension
dotnet pack --configuration Release --output out --no-build
- name: Push generated package to NuGet.org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: .NET Core
on:
pull_request:
branches:
- master
- main
- develop

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.403
dotnet-version: 6.0.x

- name: Install dependencies
run: dotnet restore
Expand Down
Loading

0 comments on commit 85298e6

Please sign in to comment.