generated from vvvv/VL.NewLibrary.Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,21 +19,17 @@ jobs: | |
uses: actions/checkout@master | ||
|
||
- name: Setup MSBuild.exe | ||
uses: microsoft/[email protected].0 | ||
uses: microsoft/[email protected].2 | ||
|
||
- name: Setup Nuget.exe | ||
uses: nuget/setup-nuget@v1 | ||
|
||
- name: Publish VL Nuget | ||
uses: vvvv/[email protected].29 | ||
uses: vvvv/[email protected].42 | ||
with: | ||
csproj: src\VL.NewLibrary.Template.csproj | ||
nuspec: deployment\VL.NewLibrary.Template.nuspec | ||
|
||
# Fill the Icon file | ||
icon-src: https://foo.bar/nugeticon.png | ||
icon-dst: ./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: src\VL.Augmenta.csproj | ||
nuspec: deployment\VL.Augmenta.nuspec | ||
icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png | ||
icon-dst: ./deployment/nugeticon.png | ||
nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters