Skip to content

Bump Microsoft.Extensions.Logging.Console from 6.0.0 to 7.0.0 #244

Bump Microsoft.Extensions.Logging.Console from 6.0.0 to 7.0.0

Bump Microsoft.Extensions.Logging.Console from 6.0.0 to 7.0.0 #244

name: Run Test Harness
on:
pull_request:
branches: [main]
jobs:
harness-tests:
name: Harness Tests
runs-on:
labels: ubuntu-latest-4-core
steps:
- uses: DevCycleHQ/test-harness@main
with:
sdks-to-test: dotnet
sdk-github-sha: ${{github.event.pull_request.head.sha}}
github-token: ${{ secrets.TEST_HARNESS_GH_SECRET }}