Packing take two

This commit is contained in:
Tony Bark 2020-12-08 20:28:15 -05:00
parent 6671e8e7c5
commit 87a590a15d

View file

@ -5,7 +5,7 @@ on:
- master # Default release branch
jobs:
publish:
name: build, pack & publish
name: Nuget Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -16,7 +16,7 @@ jobs:
# dotnet-version: 3.1.200
# Publish
- name: publish on version change
- name: Publish to Github
uses: rohith/publish-nuget@v2
with:
# Filepath of the project to be packaged, relative to root of repository
@ -36,6 +36,6 @@ jobs:
# API key to authenticate with NuGet server
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
# NuGet server uri hosting the packages, defaults to https://api.nuget.org
NUGET_SOURCE: https://tonytins.pkg.github.com
NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/index.json
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default
# INCLUDE_SYMBOLS: false