Skip to content

[IDP-2744] Fix auto-merge and nuget conflict #183

[IDP-2744] Fix auto-merge and nuget conflict

[IDP-2744] Fix auto-merge and nuget conflict #183

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
push:
branches:
- "renovate/**"
# Prevent duplicate runs if Renovate falls back to creating a PR
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
global-json-file: "global.json"
- run: ./Build.ps1
shell: pwsh