Skip to content

Binding node now takes Label,... in as optionals #32

Binding node now takes Label,... in as optionals

Binding node now takes Label,... in as optionals #32

Workflow file for this run

name: push_nuget
# on push on master
on:
push:
branches:
- master
paths-ignore:
- README.md
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
uses: actions/checkout@master
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1
- name: Publish VL Nuget
uses: vvvv/[email protected]
with:
nuspec: deployment\VL.IO.RCP.nuspec
nuget-key: ${{ secrets.NUGET_KEY }}