mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Packing take two
This commit is contained in:
parent
6671e8e7c5
commit
87a590a15d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue