Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .github/workflows/dotnet-maui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
global-json-file: dotnet-maui/global.json

- name: Create test .env file
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
global-json-file: dotnet-maui/global.json

- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down Expand Up @@ -101,10 +101,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "26.3"

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
global-json-file: dotnet-maui/global.json

- name: Create .env file
run: |
Expand Down Expand Up @@ -159,7 +164,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
global-json-file: dotnet-maui/global.json

- name: Download Android APK artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -285,7 +290,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
global-json-file: dotnet-maui/global.json

- name: Download iOS IPA artifact
uses: actions/download-artifact@v4
Expand Down
6 changes: 6 additions & 0 deletions dotnet-maui/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "9.0.102",
"rollForward": "latestPatch"
}
}
Loading