Fixed publish source

This commit is contained in:
Tony Bark 2020-12-08 20:31:33 -05:00
parent 87a590a15d
commit 730b20bf20

View file

@ -36,6 +36,6 @@ jobs:
# API key to authenticate with NuGet server # API key to authenticate with NuGet server
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }} NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
# NuGet server uri hosting the packages, defaults to https://api.nuget.org # NuGet server uri hosting the packages, defaults to https://api.nuget.org
NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/index.json NUGET_SOURCE: https://nuget.pkg.github.com/tonytins/
# Flag to toggle pushing symbols along with nuget package to the server, disabled by default # Flag to toggle pushing symbols along with nuget package to the server, disabled by default
# INCLUDE_SYMBOLS: false # INCLUDE_SYMBOLS: false