Skip to content

Bump System.IO.Abstractions.TestingHelpers from 13.2.38 to 19.2.87 #1146

Bump System.IO.Abstractions.TestingHelpers from 13.2.38 to 19.2.87

Bump System.IO.Abstractions.TestingHelpers from 13.2.38 to 19.2.87 #1146

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} (${{ matrix.dotnet }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dotnet: ['5.0.100']
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release