Skip to content

build(deps): Bump Polly from 8.3.1 to 8.4.0 in the all group #114

build(deps): Bump Polly from 8.3.1 to 8.4.0 in the all group

build(deps): Bump Polly from 8.3.1 to 8.4.0 in the all group #114

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 }}