Skip to content

[IDP-912] Use reusable Jira workflow #91

[IDP-912] Use reusable Jira workflow

[IDP-912] Use reusable Jira workflow #91

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main", "master"]
paths-ignore: ["*.md"]
jobs:
ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
- run: ./Build.ps1
shell: pwsh