Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Dec 22, 2023
1 parent a3707c9 commit 300b15f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
dotnet-version: |
7.0.x
8.0.x
- name: Install .NET MAUI workload
run: dotnet workload install maui
- name: Restore dependencies
run: |
dotnet restore ./src/CSharp/Cores/EasyMicroservices.UI.Cores.sln
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nuget-push-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
with:
dotnet-version: |
7.0.x
8.0.x
env:
DOTNET_INSTALL_DIR: /usr/share/dotnet
- name: Install .NET MAUI workload
run: dotnet workload install maui
- name: Restore dependencies
run: |
dotnet restore ./src/CSharp/Cores/EasyMicroservices.UI.Cores.sln
Expand Down

0 comments on commit 300b15f

Please sign in to comment.