Skip to content

Bump DefaultDocumentation.Api from 1.0.0-beta02 to 1.0.0-beta03 in /source #20

Bump DefaultDocumentation.Api from 1.0.0-beta02 to 1.0.0-beta03 in /source

Bump DefaultDocumentation.Api from 1.0.0-beta02 to 1.0.0-beta03 in /source #20

Workflow file for this run

name: pull request
on:
pull_request:
paths:
- 'source/**'
jobs:
pull_request:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet build source -c Release -p:TreatWarningsAsErrors=true
- name: Run tests
run: dotnet test source -c Release --no-build