Skip to content

Commit

Permalink
Add runtimes to CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarinLive committed May 5, 2024
1 parent de8df4c commit 4328cf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd_main_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 4328cf2

Please sign in to comment.