Skip to content

build(deps): Bump MSTest.TestFramework from 3.1.1 to 3.2.0 #701

build(deps): Bump MSTest.TestFramework from 3.1.1 to 3.2.0

build(deps): Bump MSTest.TestFramework from 3.1.1 to 3.2.0 #701

Workflow file for this run

name: Project
on: [push, pull_request]
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Debug