chore(deps): update dependency reactiveui to v20 #486
This file contains 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 | ||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
env: | ||
productNamespacePrefix: "Camelotia" | ||
jobs: | ||
build: | ||
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main | ||
with: | ||
configuration: Release | ||
productNamespacePrefix: "Camelotia" | ||
useVisualStudioPreview: false | ||
useMauiCheckDotNetTool: false | ||
Check failure on line 19 in .github/workflows/ci-build.yml GitHub Actions / BuildInvalid workflow file
|
||
installWindowsSdk: false | ||
installWorkflows: false | ||
solutionFile: 'Camelotia.sln' |