style: update nuget add command order

This commit is contained in:
jtalborough
2024-04-26 11:59:36 -04:00
parent fe1804f9c7
commit 2e4601b5f9

View File

@@ -74,8 +74,8 @@ jobs:
# Create the release on the source repo
- name: Inject CPZ into NuGet Package
run: |
nuget add bin\Debug\*.cpz PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -Expand
nuget add bin\Debug\*.cplz PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg -Expand
nuget add bin\Debug\*.cpz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg
nuget add bin\Debug\*.cplz -Expand PepperDash.Essentials.${{ steps.setVersion.outputs.version }}.nupkg
- name: Create Release
id: create_release
# if: contains(steps.setVersion.outputs.version,'-rc-') ||