mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 12:15:01 +00:00
style: Update NuGet package source and add NonInteractive
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -74,8 +74,8 @@ jobs:
|
|||||||
# Create the release on the source repo
|
# Create the release on the source repo
|
||||||
- name: Inject CPZ into NuGet Package
|
- name: Inject CPZ into NuGet Package
|
||||||
run: |
|
run: |
|
||||||
nuget add bin\Debug\*.cpz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg
|
nuget add bin\Debug\*.cpz -Source PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -NonInteractive
|
||||||
nuget add bin\Debug\*.cplz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg
|
nuget add bin\Debug\*.cplz -Source PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -NonInteractive
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
# if: contains(steps.setVersion.outputs.version,'-rc-') ||
|
# if: contains(steps.setVersion.outputs.version,'-rc-') ||
|
||||||
|
|||||||
Reference in New Issue
Block a user