Skip to content

Harden runtime playback regression coverage #4

Harden runtime playback regression coverage

Harden runtime playback regression coverage #4

Workflow file for this run

name: SDK CSharp
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
push:
branches:
- main
- master
- "codex/**"
paths:
- "SDK/dotnet/**"
- "SDK/fixtures/**"
- "examples/**"
- ".github/workflows/sdk-dotnet.yml"
- ".github/workflows/sdk-dotnet-coverage.yml"
pull_request:
paths:
- "SDK/dotnet/**"
- "SDK/fixtures/**"
- "examples/**"
- ".github/workflows/sdk-dotnet.yml"
- ".github/workflows/sdk-dotnet-coverage.yml"
workflow_dispatch:
jobs:
build-and-test:
name: Build And Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- run: dotnet restore SDK/dotnet/ManagedCode.Tps.slnx
- run: dotnet build SDK/dotnet/ManagedCode.Tps.slnx -warnaserror --no-restore
- run: dotnet test SDK/dotnet/ManagedCode.Tps.slnx --no-build --no-restore