Skip to content

Commit

Permalink
Merge pull request #2 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
add android
  • Loading branch information
Ali-YousefiTelori authored Dec 1, 2023
2 parents 35c96da + bbdf147 commit bf923b2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
dotnet-version: |
7.0.x
- name: Install Maui workloads
run: dotnet workload install maui
- name: Run dotnet format
id: format
uses: jfversluis/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
dotnet-version: |
7.0.x
- name: Install Maui workloads
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.sln
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
dotnet-version: |
7.0.x
- name: Install Maui workloads
run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.sln
- name: Build
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
with:
dotnet-version: |
7.0.x
- name: Install Maui workloads
run: dotnet workload install maui
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Restore dependencies
run: dotnet restore ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.sln
- name: Build
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/nuget-push-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
7.0.x
env:
DOTNET_INSTALL_DIR: /usr/share/dotnet
- name: Install Maui workloads
run: dotnet workload install maui
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Restore dependencies
run: dotnet restore ./src/CSharp/Maui/EasyMicroservices.UI.MauiKits.sln
- name: Build
Expand Down

0 comments on commit bf923b2

Please sign in to comment.