Skip to content

build(deps): Bump the all group with 2 updates #113

build(deps): Bump the all group with 2 updates

build(deps): Bump the all group with 2 updates #113

Workflow file for this run

name: Build, test and publish
on:
push:
branches:
- master
tags:
- v**
jobs:
build-test-publish:
name: Build, test and publish
strategy:
matrix:
include:
- os: windows-latest
publish: true
- os: macos-latest
publish: false
- os: ubuntu-latest
publish: false
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: ${{ matrix.os }}
publish: ${{ matrix.publish }}
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}