Skip to content

chore(tests): migrate test suite from xUnit to NUnit 4.4.0, eliminate .shproj, and centralize TFMs #724

chore(tests): migrate test suite from xUnit to NUnit 4.4.0, eliminate .shproj, and centralize TFMs

chore(tests): migrate test suite from xUnit to NUnit 4.4.0, eliminate .shproj, and centralize TFMs #724

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
productNamespacePrefix: "ReactiveUI.SourceGenerators"
# 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:
productNamespacePrefix: ReactiveUI.SourceGenerators
installWorkloads: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}