Skip to content

build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /… #253

build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /…

build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /… #253

Workflow file for this run

name: 🚀 Pipeline
on:
push:
branches: ["**"]
defaults:
run:
working-directory: src
jobs:
test:
name: 🧪 Test
uses: ./.github/workflows/call-test.yml
release-please:
name: ✨ Release Please
needs: test
if: ${{ github.ref_name == 'main' }}
uses: ./.github/workflows/call-release-please.yml
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}