Skip to content

Updated and new snapshot tests #70

Updated and new snapshot tests

Updated and new snapshot tests #70

Workflow file for this run

name: Publish
on:
push:
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: |
7.0.x
6.0.x
5.0.x
3.1.x
- name: Build and Test
run: ./Build.ps1
shell: pwsh
- name: Publish
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json