Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 #142

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

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 #142

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Build
run: ./build.ps1
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: artifacts/*.nupkg