Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag authored Aug 14, 2024
1 parent e1ebc76 commit 6a0cb88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -50,6 +51,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -66,6 +68,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -82,6 +85,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -98,6 +102,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -114,6 +119,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -130,6 +136,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 6a0cb88

Please sign in to comment.