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 236ac4e commit f13910d
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.Units
uses: actions/checkout@v3
with:
path: Meadow.Units

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

- name: Build
run: dotnet build -c Release Source/Meadow.Units/Meadow.Units.sln
run: dotnet build -c Release Meadow.Units/Source/Meadow.Units/Meadow.Units.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.Units
uses: actions/checkout@v3
with:
path: Meadow.Units

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

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

0 comments on commit f13910d

Please sign in to comment.