Skip to content

build

build #9

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
paths:
- '**/*.cs'
pull_request:
paths:
- '**/*.cs'
workflow_dispatch:
workflow_call:
jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
with:
msbuild-dependency-target: CKANInstall

Check failure on line 18 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 18, Col: 34): Invalid input, msbuild-dependency-target is not defined in the referenced workflow.