chore(ci): split apple builds and include readme in package
Separate iOS and macCatalyst builds into distinct steps for better error isolation. Add README.md to NuGet package for documentation visibility on NuGet.org.
This commit is contained in:
@@ -67,9 +67,13 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build iOS & macCatalyst
|
- name: Build iOS
|
||||||
run: |
|
run: |
|
||||||
dotnet build BuyMeCofee.Maui/BuyMeCofee.Maui.csproj -c Release
|
dotnet build BuyMeCofee.Maui/BuyMeCofee.Maui.csproj -c Release -f net10.0-ios
|
||||||
|
|
||||||
|
- name: Build macCatalyst
|
||||||
|
run: |
|
||||||
|
dotnet build BuyMeCofee.Maui/BuyMeCofee.Maui.csproj -c Release -f net10.0-maccatalyst
|
||||||
|
|
||||||
# Publish NuGet + create Gitea release
|
# Publish NuGet + create Gitea release
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
@@ -51,4 +51,8 @@
|
|||||||
LogicalName="BuyMeCofee.Maui.Resources.Images.bmc_logo.png" />
|
LogicalName="BuyMeCofee.Maui.Resources.Images.bmc_logo.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\README.md" Pack="true" PackagePath="" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user