Skip to content

Adjust the nanoff options to use minimal verbose output #117

Adjust the nanoff options to use minimal verbose output

Adjust the nanoff options to use minimal verbose output #117

Workflow file for this run

name: Build TestStream.Runner
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'
- name: Build the project
run: dotnet build TestStream.Runner/TestStream.Runner.csproj