Skip to content

build: trying to fix the pipeline #13

build: trying to fix the pipeline

build: trying to fix the pipeline #13

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
- name: Setup .NET
uses: actions/setup-dotnet@v6
with:
dotnet-version: "10.0.x"
- name: Run PR pipeline
run: dotnet run --project build/PipelineCLI/PipelineCLI.csproj --configuration Release