Skip to content

Add example of JSONPath usage for extracting property of JSON payload… #853

Add example of JSONPath usage for extracting property of JSON payload…

Add example of JSONPath usage for extracting property of JSON payload… #853

Workflow file for this run

name: libplctag
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
- name: Install dependencies
working-directory: src/libplctag/libplctag.NET/src/libplctag
run: dotnet restore
- name: Build lib60870
working-directory: src/libplctag/libplctag.NET/src/libplctag
run: dotnet build --configuration Release