Skip to content

Commit 4fd071f

Browse files
committed
WorkFlow changes
1 parent 411ec26 commit 4fd071f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ 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
@@ -23,8 +19,9 @@ jobs:
2319
- name: Setup .NET Core
2420
uses: actions/setup-dotnet@v2
2521
with:
26-
dotnet-version: ${{ matrix.dotnet-version }}
22+
dotnet-version: '8.0.x'
2723

2824
- name: Build DbSyncKit
2925
run: |
26+
cd DbSyncKit.Templates.MSSQL/src
3027
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.Templates.MSSQL
2424
run: |

0 commit comments

Comments
 (0)