Skip to content

Commit

Permalink
Merge pull request #15 from WildernessLabs/jorge-build-fix
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
adrianstevens authored May 5, 2024
2 parents c571cef + f27bf8e commit 5bea454
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 152 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Develop Build
on:
workflow_dispatch:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]

Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version:
7.0.x
8.0.x

- name: Build Meadow Foundation
run: dotnet build -c Release Meadow.Foundation.MBus/Source/MBus.sln
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version:
7.0.x
8.0.x

- name: Build Meadow.Foundation.MBus
run: dotnet build -c Release Meadow.Foundation.MBus/Source/MBus.sln
Loading

0 comments on commit 5bea454

Please sign in to comment.