Skip to content

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.12.0 in /src #117

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.12.0 in /src

chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.12.0 in /src #117

Workflow file for this run

# Calls a workflow that
# + builds and tests the develop branch,
# + packs and uploads a beta NuGet package.
#
# This workflow runs automatically on pushes or pull requests to develop.
name: Build, test & pack beta on develop
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
develop:
# With @main we want the latest version. Consider using a version tag to avoid breaking changes.
uses: ZEISS-PiWeb/github-actions/.github/workflows/develop.yml@main
with:
do_pack: true
secrets: inherit