Skip to content

Bump MSTest.TestFramework from 3.5.0 to 3.5.1 in /src #116

Bump MSTest.TestFramework from 3.5.0 to 3.5.1 in /src

Bump MSTest.TestFramework from 3.5.0 to 3.5.1 in /src #116

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.101'
include-prerelease: false
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: dotnet build src/DevilDaggersInfo.Core.sln -c Release
- name: Test
run: dotnet test src/DevilDaggersInfo.Core.sln -c Release --no-build