Skip to content

chore: Update SplatVersion from 18.1.1 to 19.1.1 #4902

chore: Update SplatVersion from 18.1.1 to 19.1.1

chore: Update SplatVersion from 18.1.1 to 19.1.1 #4902

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
permissions:
contents: read
actions: write
env:
productNamespacePrefix: "ReactiveUI"
jobs:
build:
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
configuration: Release
productNamespacePrefix: "ReactiveUI"
solutionFile: "ReactiveUI.sln"
installWorkloads: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}