mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
adds nuget publish step
This commit is contained in:
parent
090cf671e5
commit
b83a89a6f9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -67,6 +67,8 @@ jobs:
|
|||
- name: Create nuget package
|
||||
run: nuget pack "./Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec" -version ${{ env.VERSION }}
|
||||
# Zip up the output files as needed
|
||||
- name: Publish nuget package to Github registry
|
||||
run: nuget push **/*.nupkg -source "https://nuget.pkg.github.com/pepperdash/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Zip Build Output
|
||||
shell: powershell
|
||||
run: ./.github/scripts/ZipBuildOutput.ps1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue