Skip to content

Commit

Permalink
Extend yaml files for net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rizi authored and jeremydmiller committed Nov 18, 2024
1 parent 58e124c commit 74e4ac2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
Expand All @@ -36,4 +40,4 @@ jobs:
dotnet-version: 6.0.x

- name: Test
run: dotnet run -p build/build.csproj -- ci
run: dotnet run --project build/build.csproj -- ci
5 changes: 5 additions & 0 deletions .github/workflows/publish_lamar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 74e4ac2

Please sign in to comment.