Skip to content

Commit

Permalink
Merge pull request #3229 from PrismLibrary/dev/ds/fix-release-workflow
Browse files Browse the repository at this point in the history
Disable Uno Check
  • Loading branch information
dansiegel committed Aug 19, 2024
2 parents 6a86364 + df5a317 commit 38c6006
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 @@ -40,7 +40,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 38c6006

Please sign in to comment.