Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 #48

Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3

Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 #48

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Run Tests
run: dotnet test --no-build --verbosity normal