Skip to content

Commit

Permalink
Merge pull request #13 from Kaevan89/patch-3
Browse files Browse the repository at this point in the history
Update dotnet.yml
  • Loading branch information
dbirulia authored Apr 7, 2024
2 parents d6930a5 + d3c2c8a commit ce1e382
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: .NET
name: .NET
on: [ push ]

jobs:
build:
strategy:
matrix:
dotnet: [ '7.0.x' ]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - ${{ matrix.dotnet }}
runs-on: ubuntu-latest
name: Setup Multiple .NET Versions
env:
DOTNET_NOLOGO: true

Expand All @@ -28,9 +23,11 @@ jobs:
token: ${{ secrets.github_token }}

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
dotnet-version: |
5.0.x
7.0.x
- name: Generate Package Release Notes
run: |
Expand Down

0 comments on commit ce1e382

Please sign in to comment.