Skip to content

Commit 38c6006

Browse files
authored
Merge pull request #3229 from PrismLibrary/dev/ds/fix-release-workflow
Disable Uno Check
2 parents 6a86364 + df5a317 commit 38c6006

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/start-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
name: Build Prism.Uno
4141
solution-path: PrismLibrary_Uno.slnf
4242
windows-sdk-version: 18362
43-
uno-check: true
43+
dotnet-version: 8.0.300
44+
install-workload: ios android macos maccatalyst wasm-tools
45+
uno-check: false
46+
uno-check-version: 1.25.1
4447
uno-check-parameters: '--skip xcode --skip gtk3 --skip vswin --skip androidemulator --skip androidsdk --skip vsmac --skip dotnetnewunotemplates'
4548
run-tests: false
4649
code-sign: true

0 commit comments

Comments
 (0)