Skip to content

Fix Model Conversion #98

Fix Model Conversion

Fix Model Conversion #98

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]