Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed May 29, 2024
1 parent 8d1152e commit 78b3199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:

- name: Checkout Meadow.Logging
uses: actions/checkout@v3
with:
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
4 changes: 3 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:

- name: Checkout Meadow.Logging
uses: actions/checkout@v3
with:
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 78b3199

Please sign in to comment.