Skip to content

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 #448

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0

Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 #448

Workflow file for this run

on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
build:
name: windows-latest
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # for minver
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
- name: Execute build and run tests
run: |
dotnet build --configuration Release /nologo
dotnet test --configuration Release
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: AutoConstructor
path: artifacts/*