Skip to content

Users/shdeb/fix release #93

Users/shdeb/fix release

Users/shdeb/fix release #93

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
actions: read
security-events: write
jobs:
Build:
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]
with:
project-to-build: "src/Generator/Generator.csproj"
project-to-test: "Generator.sln"
coverage-threshold: 89
Pack:
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]
with:
project-to-pack: "src/Generator/Generator.csproj"
Scan:
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]