Skip to content

Commit

Permalink
Update github-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jul 14, 2024
1 parent 10fbbb4 commit ebc19b8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
- name: 📂 Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
dotnet-version: |
5.0.x
6.0.x
7.0.x
8.0.x
source-url: https://nuget.pkg.github.com/${{github.repository_owner}}/index.json

- name: 📂 Files
Expand Down Expand Up @@ -126,7 +130,11 @@ jobs:
- name: 📂 Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
dotnet-version: |
5.0.x
6.0.x
7.0.x
8.0.x
source-url: https://nuget.pkg.github.com/${{github.repository_owner}}/index.json

- name: 📂 Files
Expand Down

0 comments on commit ebc19b8

Please sign in to comment.