Skip to content

Create release.yml

Create release.yml #12

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
productNamespacePrefix: "Reactive.Wasm"
jobs:
build:
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
configuration: Release
productNamespacePrefix: "Reactive.Wasm"
useVisualStudioPreview: true
useMauiCheckDotNetTool: false