Skip to content

Add isTestSkipped to TestPrinters.beforeEach (#516) #849

Add isTestSkipped to TestPrinters.beforeEach (#516)

Add isTestSkipped to TestPrinters.beforeEach (#516) #849

Workflow file for this run

name: Build
on:
push:
pull_request:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: "1"
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .Net
uses: actions/setup-dotnet@v4
with:
global-json-file: "./global.json"
- run: ./fake build --target CI
env:
NUGET_TOKEN: ${{secrets.NUGET_RELEASE_KEY}}