Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 #495

Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2

Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 #495

Workflow file for this run

name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore