Skip to content

Commit 47cc451

Browse files
fix: add back macos support
1 parent 37f0779 commit 47cc451

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

build/stage-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ steps:
2323
version: ${{ parameters.DotNetVersion }}
2424
includePreviewVersions: true
2525

26+
- powershell: dotnet workload install macos
27+
displayName: 'Install .NET macOS workload'
28+
retryCountOnTaskFailure: 3
29+
2630
- powershell: |
2731
& dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
2832
& uno-check -v --ci --non-interactive --fix --skip xcode --skip gtk3 --skip vswin --skip vsmac --skip androidsdk --skip androidemulator --manifest ${{ parameters.UnoCheck_Manifest }}

src/SectionsNavigation.Uno.WinUI/SectionsNavigation.Uno.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net10.0;net10.0-windows10.0.20348;net10.0-android;net10.0-ios;net10.0-maccatalyst;</TargetFrameworks>
3+
<TargetFrameworks>net10.0;net10.0-windows10.0.20348;net10.0-android;net10.0-ios;net10.0-maccatalyst;net10.0-macos;</TargetFrameworks>
44
<LangVersion>14.0</LangVersion>
55
<!-- Ensures the .xr.xml files are generated in a proper layout folder -->
66
<GenerateLibraryLayout>true</GenerateLibraryLayout>

src/StackNavigation.Uno.WinUI/StackNavigation.Uno.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net10.0;net10.0-ios;net10.0-maccatalyst;net10.0-android;net10.0-windows10.0.20348;</TargetFrameworks>
3+
<TargetFrameworks>net10.0;net10.0-ios;net10.0-maccatalyst;net10.0-macos;net10.0-android;net10.0-windows10.0.20348;</TargetFrameworks>
44
<LangVersion>14.0</LangVersion>
55
<!-- Ensures the .xr.xml files are generated in a proper layout folder -->
66
<GenerateLibraryLayout>true</GenerateLibraryLayout>

0 commit comments

Comments
 (0)