Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrapkin authored Jun 13, 2024
1 parent aa062bd commit 3da8146
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install .NET 5
uses: actions/setup-dotnet@v2
with:
dotnet-version: '5.0.x'
- name: Install .NET 6
- name: Install .NET 6
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
Expand All @@ -45,6 +45,10 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Install .NET 9
uses: actions/setup-dotnet@v2
with:
dotnet-version: 9.0.x
include-prerelease: true
- run: dotnet restore
- run: dotnet build --configuration Release --no-restore
Expand Down

0 comments on commit 3da8146

Please sign in to comment.