Skip to content

Added new build workflow #64

Added new build workflow

Added new build workflow #64

Workflow file for this run

name: Build SLCommand Script
on:
workflow_dispatch
#push:
#branches: ["main"]
#pull_request:
#branches: ["main"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build, test and upload artifacts
uses: Pogromca-SCP/build-nwapi-plugin
with:
pluginName: SLCommandScript
refsVariable: SL_REFERENCES
dependencies SLCommandScript.Core,SLCommandScript.FileScriptsLoader

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 26