Skip to content

Commit

Permalink
WorkFlow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Dec 31, 2023
1 parent a8e39ba commit 6a38da5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
build_check:
runs-on: ubuntu-latest

strategy:
matrix:
dotnet-version: ['net7.0', 'net8.0']

steps:
- name: Checkout Main Repository
uses: actions/checkout@v2
Expand All @@ -23,8 +19,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet-version }}
dotnet-version: '8.0.x'

- name: Build DbSyncKit
run: |
cd DbSyncKit.Templates.MySQL/src
dotnet build -c Release
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 'net8.0'
dotnet-version: '8.0.x'

- name: Build and Publish DbSyncKit.Templates.MySQL
run: |
Expand Down

0 comments on commit 6a38da5

Please sign in to comment.