We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731d6ea commit a8e39baCopy full SHA for a8e39ba
2 files changed
.github/workflows/build.yml
@@ -11,11 +11,14 @@ jobs:
11
12
strategy:
13
matrix:
14
- dotnet-version: ['7.0', '8.0']
+ dotnet-version: ['net7.0', 'net8.0']
15
16
steps:
17
- name: Checkout Main Repository
18
uses: actions/checkout@v2
19
+ with:
20
+ repository: 'DbSyncKit/DbSyncKit'
21
+ submodules: true
22
23
- name: Setup .NET Core
24
uses: actions/setup-dotnet@v2
.github/workflows/nuget_publish.yml
@@ -18,7 +18,7 @@ jobs:
with:
- dotnet-version: '8.0'
+ dotnet-version: 'net8.0'
- name: Build and Publish DbSyncKit.Templates.MySQL
run: |
0 commit comments