Skip to content

Bump Microsoft.TestPlatform.ObjectModel from 17.7.2 to 17.8.0 (#132) #142

Bump Microsoft.TestPlatform.ObjectModel from 17.7.2 to 17.8.0 (#132)

Bump Microsoft.TestPlatform.ObjectModel from 17.7.2 to 17.8.0 (#132) #142

Workflow file for this run

name: Build
on: [push,pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x
- name: Build and Test
run: ./build.ps1