Skip to content

Bump actions/setup-dotnet from 1 to 3 #1140

Bump actions/setup-dotnet from 1 to 3

Bump actions/setup-dotnet from 1 to 3 #1140

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@v3
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release