Skip to content

fix(ci): try setup-dotnet with '2.0' #3

fix(ci): try setup-dotnet with '2.0'

fix(ci): try setup-dotnet with '2.0' #3

Workflow file for this run

name: .NET Core
on:
push:
paths-ignore:
- '**/*.md'
branches:
- master
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: '2.0'
- name: build
run: |
dotnet build "BepuPhysics" -c ReleaseStrip
dotnet build "BepuUtilities" -c ReleaseStrip