Skip to content

Resolve MSBuild error MSB3992 and CI startup failures by adding repository-wide Directory.Build.props and .NET 9 SDK requirement #1118

Resolve MSBuild error MSB3992 and CI startup failures by adding repository-wide Directory.Build.props and .NET 9 SDK requirement

Resolve MSBuild error MSB3992 and CI startup failures by adding repository-wide Directory.Build.props and .NET 9 SDK requirement #1118

Workflow file for this run

name: Build
on:
push:
branches:
- main # ✅ run on main
pull_request: # (optional) run on PRs targeting any branch
# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
permissions:
contents: read
actions: write
jobs:
build:
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
with:
useUNO: true
productNamespacePrefix: "ReactiveUI.Uno"
solutionFile: "src/ReactiveUI.Uno.sln"
installWorkloads: true
additionalMSBuildArguments: "-p:RootElementName=Project"

Check failure on line 22 in .github/workflows/ci-build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/ci-build.yml (Line: 22, Col: 35): Invalid input, additionalMSBuildArguments is not defined in the referenced workflow.
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}