Prism.Avalonia Library #254
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: build_uno | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| branches: | |
| - master | |
| paths: | |
| - .github/workflows/build_forms.yml | |
| - Directory.Build.props | |
| - Directory.Build.targets | |
| - Directory.Packages.props | |
| - xunit.runner.json | |
| - 'src/Prism.Core/**' | |
| - 'src/Prism.Events/**' | |
| - 'tests/Prism.Core.Tests/**' | |
| - 'src/Wpf/**' | |
| - 'tests/Wpf/**' | |
| - 'src/Uno/**' | |
| - 'tests/Uno/**' | |
| jobs: | |
| build-prism-uno: | |
| uses: avantipoint/workflow-templates/.github/workflows/msbuild-build.yml@v1 | |
| with: | |
| name: Build Prism.Uno | |
| solution-path: PrismLibrary_Uno.slnf | |
| windows-sdk-version: 18362 | |
| 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 |