Skip to content

calc joit world transforms #11

calc joit world transforms

calc joit world transforms #11

Workflow file for this run

name: push_nuget
# on push on main
on:
push:
branches:
- main
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@v3
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v4.0
- name: Publish VL Nuget
uses: vvvv/PublishVLNuget@1.0.47
with:
csproj: src\VL.Captury.csproj
nuspec: deployment\VL.Captury.nuspec
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}