We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411ec26 commit 4fd071fCopy full SHA for 4fd071f
.github/workflows/build.yml
@@ -9,10 +9,6 @@ jobs:
9
build_check:
10
runs-on: ubuntu-latest
11
12
- strategy:
13
- matrix:
14
- dotnet-version: ['net7.0', 'net8.0']
15
-
16
steps:
17
- name: Checkout Main Repository
18
uses: actions/checkout@v2
@@ -23,8 +19,9 @@ jobs:
23
19
- name: Setup .NET Core
24
20
uses: actions/setup-dotnet@v2
25
21
with:
26
- dotnet-version: ${{ matrix.dotnet-version }}
22
+ dotnet-version: '8.0.x'
27
28
- name: Build DbSyncKit
29
run: |
+ cd DbSyncKit.Templates.MSSQL/src
30
dotnet build -c Release
.github/workflows/nuget_publish.yml
@@ -18,7 +18,7 @@ jobs:
- dotnet-version: 'net8.0'
- name: Build and Publish DbSyncKit.Templates.MSSQL
0 commit comments