Skip to content

Commit 54bb8d0

Browse files
MySQL with a pamelo fork. (#95)
* MySQL with a pamelo fork. * File was not saved. * Add a note to readme.
1 parent 137d2fc commit 54bb8d0

5 files changed

Lines changed: 209 additions & 226 deletions

File tree

.github/workflows/dotnet-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet --version
3434

3535
- name: Build
36-
run: dotnet build PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --framework ${{ matrix.dotnet.tfm }}
36+
run: dotnet build PhenX.EntityFrameworkCore.BulkInsert.slnx --framework ${{ matrix.dotnet.tfm }}
3737

3838
- name: Test
39-
run: dotnet test PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --no-build --verbosity normal --framework ${{ matrix.dotnet.tfm }}
39+
run: dotnet test PhenX.EntityFrameworkCore.BulkInsert.slnx --no-build --verbosity normal --framework ${{ matrix.dotnet.tfm }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
run: dotnet test PhenX.EntityFrameworkCore.BulkInsert.slnx --configuration Release --verbosity normal --framework net9.0
4848

4949
- name: Test net10.0
50-
run: dotnet test PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --configuration Release --verbosity normal --framework net10.0
50+
run: dotnet test PhenX.EntityFrameworkCore.BulkInsert.slnx --configuration Release --verbosity normal --framework net10.0
5151

5252
- name: Pack nuget packages
53-
run: dotnet pack PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --configuration Release --no-build --output nupkgs /p:PackageVersion=$VERSION
53+
run: dotnet pack PhenX.EntityFrameworkCore.BulkInsert.slnx --configuration Release --no-build --output nupkgs /p:PackageVersion=$VERSION
5454

5555
- name: Upload nuget package
5656
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')

PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)