Skip to content

Bump Verify.XunitV3 from 31.19.1 to 31.20.0 (#355) #273

Bump Verify.XunitV3 from 31.19.1 to 31.20.0 (#355)

Bump Verify.XunitV3 from 31.19.1 to 31.20.0 (#355) #273

Workflow file for this run

name: Pack
on:
push:
branches: [ main ]
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.*'
- name: Pack
run: ./build.sh --pack
- name: Upload package
uses: actions/upload-artifact@v4
with:
name: NuGet packages
path: artifacts/package/release/*.nupkg