Skip to content

Commit

Permalink
add dotnet 8 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Nov 21, 2023
1 parent 036eeed commit 210f1db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
5.0.x
6.0.x
7.0.x
- name: Install Android
run: dotnet workload install android
8.0.x
- name: Run dotnet format
id: format
uses: jfversluis/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
5.0.x
6.0.x
7.0.x
- name: Install Android
run: dotnet workload install android
8.0.x
- name: Restore dependencies
run: dotnet restore ./src/CSharp/EasyMicroservices.Utilities.sln
- name: Build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
5.0.x
6.0.x
7.0.x
- name: Install Android
run: dotnet workload install android
8.0.x
- name: Restore dependencies
run: dotnet restore ./src/CSharp/EasyMicroservices.Utilities.sln
- name: Build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
5.0.x
6.0.x
7.0.x
- name: Install Android
run: dotnet workload install android
8.0.x
- name: Restore dependencies
run: dotnet restore ./src/CSharp/EasyMicroservices.Utilities.sln
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nuget-push-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
5.0.x
6.0.x
7.0.x
8.0.x
env:
DOTNET_INSTALL_DIR: /usr/share/dotnet
- name: Restore dependencies
Expand Down

0 comments on commit 210f1db

Please sign in to comment.