Skip to content

Commit

Permalink
Merge pull request #28 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
add dotnet 8 to github actions
  • Loading branch information
Ali-YousefiTelori authored Nov 21, 2023
2 parents a2988a5 + 210f1db commit 4ae8e0e
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 4ae8e0e

Please sign in to comment.