Skip to content

Update projects to use current versions of node and .NET (#395) #501

Update projects to use current versions of node and .NET (#395)

Update projects to use current versions of node and .NET (#395) #501

Workflow file for this run

name: Build and publish libplctag.NET nuget package
on: [push,workflow_dispatch]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Publish libplctag on version change
run: .\build.cmd ReleaseLibplctag --nuget-api-key ${{secrets.NUGET_API_KEY}}
- name: Publish libplctag.NativeImport on version change
run: .\build.cmd ReleaseLibplctagNativeImport --nuget-api-key ${{secrets.NUGET_API_KEY}}