Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Nov 14, 2024
1 parent 95afc41 commit 45aa80e
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build dotnet 9.0
name: Build
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
- run: dotnet restore
- run: dotnet build Navs.sln -f net9.0 --configuration Release --no-restore
- run: dotnet test Navs.sln -f net9.0 --no-restore
build8:
runs-on: ubuntu-latest
name: Build dotnet 8.0
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
- run: dotnet restore
- run: dotnet build Navs.sln -f net8.0 --configuration Release --no-restore
- run: dotnet test Navs.sln -f net8.0 --no-restore
- run: dotnet build Navs.sln --configuration Release --no-restore
- run: dotnet test Navs.sln --no-restore

0 comments on commit 45aa80e

Please sign in to comment.