Skip to content

Merge branch 'master' of https://github.com/vvvv/VL.IO.WebSocket #26

Merge branch 'master' of https://github.com/vvvv/VL.IO.WebSocket

Merge branch 'master' of https://github.com/vvvv/VL.IO.WebSocket #26

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/setup-msbuild@v2
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v2.0.0
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.43
with:
nuspec: deployment\VL.IO.WebSocket.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}