Skip to content

fix: Fix to Task stored in TaskWorker, which should correspond to the… #11

fix: Fix to Task stored in TaskWorker, which should correspond to the…

fix: Fix to Task stored in TaskWorker, which should correspond to the… #11

Workflow file for this run

name: Build, test and publish
on:
push:
branches:
- master
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 }}