Skip to content

Build and publish libplctag.NET nuget package #507

Build and publish libplctag.NET nuget package

Build and publish libplctag.NET nuget package #507

Workflow file for this run

name: Build and publish libplctag.NET nuget package
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Publish all packages on version change
run: ./build.sh ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}}