diff --git a/.github/workflows/build_maui.yml b/.github/workflows/build_maui.yml index 8198eb6279..3593548a70 100644 --- a/.github/workflows/build_maui.yml +++ b/.github/workflows/build_maui.yml @@ -24,5 +24,4 @@ jobs: with: name: Build Prism.Maui solution-path: PrismLibrary_Maui.slnf - dotnet-version: 8.0.x install-workload: maui maui-tizen diff --git a/.github/workflows/build_uno.yml b/.github/workflows/build_uno.yml index c378f25ff0..3ec83a7e92 100644 --- a/.github/workflows/build_uno.yml +++ b/.github/workflows/build_uno.yml @@ -25,10 +25,8 @@ jobs: with: name: Build Prism.Uno solution-path: PrismLibrary_Uno.slnf - dotnet-version: 8.0.100 windows-sdk-version: 18362 - install-workload: maui maui-tizen macos maui-windows maui-maccatalyst maccatalyst maui-ios ios android maui-android wasm-tools tvos - uno-check: false - uno-check-version: 1.19.0 + dotnet-version: 8.0.x + uno-check: true uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac' run-tests: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a8f759973..6fa0686844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,11 +65,8 @@ jobs: with: name: Build Prism.Uno solution-path: PrismLibrary_Uno.slnf - dotnet-version: 8.0.100 windows-sdk-version: 18362 - install-workload: maui maui-tizen macos maui-windows maui-maccatalyst maccatalyst maui-ios ios android maui-android wasm-tools tvos - uno-check: false - uno-check-version: 1.19.0 + uno-check: true uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip vsmac' run-tests: false code-sign: true @@ -86,7 +83,6 @@ jobs: with: name: Build Prism.Maui solution-path: PrismLibrary_Maui.slnf - dotnet-version: 8.0.x install-workload: maui maui-tizen code-sign: true artifact-name: Maui