Skip to content

ci: updated workflows. #1

ci: updated workflows.

ci: updated workflows. #1

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:
additional-test-arguments: '--logger GitHubActions'
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}