Skip to content

Fixes paths of assemblies in package file and references in VL files #40

Fixes paths of assemblies in package file and references in VL files

Fixes paths of assemblies in package file and references in VL files #40

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:
csproj: src\VL.IO.NDI.csproj
nuspec: deployment\VL.IO.NDI.nuspec
icon-src: https://raw.githubusercontent.com/mhusinsky/VL.IO.NDI/master/deployment/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}