build(deps): bump Microsoft.WindowsAppSDK from 1.3.230602002 to 1.3.230724000 in /src #2310
Workflow file for this run
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: "ReactiveUI" | |
permissions: | |
contents: read | |
jobs: | |
build: | |
permissions: | |
contents: none | |
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main | |
with: | |
configuration: Release | |
productNamespacePrefix: "ReactiveUI" | |
useVisualStudioPreview: true | |
useMauiCheckDotNetTool: false | |
solutionFile: "reactiveui.sln" |