Skip to content

Commit 7c516a5

Browse files
committed
WorkFlow changes
1 parent fa46653 commit 7c516a5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
build_check:
1010
runs-on: ubuntu-latest
1111

12-
strategy:
13-
matrix:
14-
dotnet-version: ['net7.0', 'net8.0']
15-
1612
steps:
1713
- name: Checkout Main Repository
1814
uses: actions/checkout@v2
15+
with:
16+
repository: 'DbSyncKit/DbSyncKit'
17+
submodules: true
1918

2019
- name: Setup .NET Core
2120
uses: actions/setup-dotnet@v2
2221
with:
23-
dotnet-version: ${{ matrix.dotnet-version }}
22+
dotnet-version: '8.0.x'
2423

2524
- name: Build DbSyncKit
2625
run: |
26+
cd DbSyncKit.DB/src
2727
dotnet build -c Release

.github/workflows/nuget_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: 'net8.0'
21+
dotnet-version: '8.0.x'
2222

2323
- name: Build and Publish DbSyncKit.DB
2424
run: |

0 commit comments

Comments
 (0)