Skip to content

Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.12 to 0.14.0 #293

Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.12 to 0.14.0

Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.12 to 0.14.0 #293

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET for building
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
- name: Setup .NET for testing
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.406
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release
- name: Formatting
run: |
dotnet format --verify-no-changes