Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 #69

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

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 #69

Workflow file for this run

name: pack
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore
working-directory: src
- name: Pack
run: dotnet pack --configuration Release --no-restore
working-directory: src