-
Notifications
You must be signed in to change notification settings - Fork 1
60 lines (51 loc) · 1.52 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<<<<<<< HEAD
# For more information see:
# https://thegraybook.vvvv.org/reference/extending/publishing.html
=======
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
name: push_nuget
# on push on main
on:
push:
branches:
<<<<<<< HEAD
- main
paths-ignore:
- README.md
- .github/FUNDING.yml
=======
- deploy
paths-ignore:
- README.md
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
jobs:
build:
runs-on: windows-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@master
=======
uses: actions/checkout@deploy
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813
- 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:
<<<<<<< HEAD
csproj: src\VL.SuperCollider.csproj
nuspec: deployment\VL.SuperCollider.nuspec
# Fill the Icon file
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png
icon-dst: ./deployment/nugeticon.png
# Provide the nuget key. See: https://thegraybook.vvvv.org/reference/extending/publishing.html#getting-a-nugetorg-api-key
nuget-key: ${{ secrets.NUGET_KEY }}
=======
csproj: csharp\SCSynth\SCSynth.csproj
nuspec: deployment\VL.SCSynth.nuspec
icon-dst: ./nugeticon.png
nuget-key: ${{ secrets.NUGET_KEY }}
>>>>>>> 83f3ff5f0a297dbcbcdaec46e73eaae119a0e813