Skip to content

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 #117

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0

Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 #117

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: dotnet restore
- name: Build with .NET
run: dotnet build --no-restore --configuration Release
- name: Unit Tests
run: dotnet test --no-build --no-restore --configuration Release