Skip to content

build(deps): bump Verify.MSTest from 24.1.0 to 24.2.0 in the all group #43

build(deps): bump Verify.MSTest from 24.1.0 to 24.2.0 in the all group

build(deps): bump Verify.MSTest from 24.1.0 to 24.2.0 in the all group #43

Workflow file for this run

name: Build, test and publish
on:
push:
branches:
- main
jobs:
build-test-publish:
name: Build, test and publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
generate-build-number: false
conventional-commits-publish-conditions: false
additional-test-arguments: '--logger GitHubActions'
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}