Skip to content

Improve creation of rest clients #128

Improve creation of rest clients

Improve creation of rest clients #128

Workflow file for this run

# Workflow to build and publish the develop branch
name: Build on develop
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
develop:
uses: ZEISS-PiWeb/github-actions/.github/workflows/develop.yml@main
with:
do_pack: true
dotnet_version: "7.0.x"
secrets: inherit