Skip to content

Commit

Permalink
Merge pull request #3230 from PrismLibrary/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…9.0/pr-3229

Disable Uno Check (backport #3229)
  • Loading branch information
dansiegel committed Aug 19, 2024
2 parents 49fa88c + a1281d7 commit ec6d192
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
name: Build Prism.Uno
solution-path: PrismLibrary_Uno.slnf
windows-sdk-version: 18362
uno-check: true
dotnet-version: 8.0.300
install-workload: ios android macos maccatalyst wasm-tools
uno-check: false
uno-check-version: 1.25.1
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip androidemulator --skip androidsdk --skip vsmac --skip dotnetnewunotemplates'
run-tests: false
code-sign: true
Expand Down

0 comments on commit ec6d192

Please sign in to comment.