build(deps): bump SQLitePCLRaw.bundle_e_sqlite3 in /src (#862) #624
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: "Akavache" | |
jobs: | |
build: | |
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main | |
with: | |
configuration: Release | |
productNamespacePrefix: "Akavache" | |
useVisualStudioPreview: true | |
useMauiCheckDotNetTool: false |