Skip to content

updated for vvvv 6.0, referencing VL.Devices.AzureKinect 1.5.0 #24

updated for vvvv 6.0, referencing VL.Devices.AzureKinect 1.5.0

updated for vvvv 6.0, referencing VL.Devices.AzureKinect 1.5.0 #24

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
with:
lfs: 'true'
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Setup Nuget.exe
uses: nuget/[email protected]
- name: Publish VL Nuget
uses: vvvv/[email protected]
with:
csproj: src\VL.Devices.AzureKinect.Body.csproj
nuspec: deployment\VL.Devices.AzureKinect.Body.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}