Skip to content

another fix

another fix #1

Workflow file for this run

name: push_release_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:
csproj: src\VL.Addons.sln
nuspec: deployment\VL.Addons.nuspec
icon-src: https://raw.githubusercontent.com/mhusinsky/VL.IO.mDNS/master/resources/icon.png
icon-dst: ./deployment/icon.png
nuget-key: ${{ secrets.NUGET_KEY }}