Skip to content

Commit

Permalink
Merge pull request #50 from WildernessLabs/jorge-build-scripts
Browse files Browse the repository at this point in the history
Update build scripts
  • Loading branch information
adrianstevens committed May 30, 2024
2 parents c3a011a + 78b3199 commit 6d93993
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .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 All @@ -16,12 +17,12 @@ jobs:
- name: Checkout Meadow.Logging
uses: actions/checkout@v3
with:
ref: develop
path: Meadow.Logging

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- name: Build
run: dotnet build -c Release Source/Meadow.Logging/Meadow.Logging.sln
run: dotnet build -c Release Meadow.Logging/Source/Meadow.Logging/Meadow.Logging.sln
5 changes: 3 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Main Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]

Expand All @@ -16,12 +17,12 @@ jobs:
- name: Checkout Meadow.Logging
uses: actions/checkout@v3
with:
ref: main
path: Meadow.Logging

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- name: Build
run: dotnet build -c Release Source/Meadow.Logging/Meadow.Logging.sln
run: dotnet build -c Release Meadow.Logging/Source/Meadow.Logging/Meadow.Logging.sln

0 comments on commit 6d93993

Please sign in to comment.