Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg committed Oct 26, 2021
1 parent 8ad3306 commit 0b4ea2b
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 5 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: push_nuget

# on push on master
on:
push:
branches:
- main
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.Pipette.HDE.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.NUGET_KEY }}
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

# .v4p backup files
*~.xml

# Dynamic plugins .dll
bin/

/.vl/
Loading

0 comments on commit 0b4ea2b

Please sign in to comment.