Skip to content

Added generation of strongly typed http client on build (#33) #26

Added generation of strongly typed http client on build (#33)

Added generation of strongly typed http client on build (#33) #26

Workflow file for this run

name: Deploy to dev
on:
push:
branches:
- main
jobs:
dev-deploy:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: dev
settings_file: "dev.appsettings.json"