We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
octopus package create
Verbose output of the octopus package nuget create/octopus package zip create commands confuse source with destination?
octopus package nuget create
octopus package zip create
I expect output to mention
octopus package nuget create --id 'YOLO' --version '99.9.9' --base-path 'ExternalServices\bin\Release\net8.0\publish' --out-folder 'artifacts' --include '**' --verbose --overwrite --no-prompt
Packing "YOLO" version "99.9.9"... Saving "C:\BA\ExternalServicesCore\Wiv.ExternalServices\artifacts" to "YOLO.99.9.9.nupkg"... Adding files from "C:\BA\ExternalServicesCore\Wiv.ExternalServices\artifacts" matching pattern/s "**" Added file: web.config Successfully created package artifacts\YOLO.99.9.9.nupkg
Packing "YOLO" version "99.9.9"... Saving "YOLO.99.9.9.nupkg" to "C:\BA\ExternalServicesCore\Wiv.ExternalServices\artifacts"... Adding files from "ExternalServices\bin\Release\net8.0\publish" matching pattern/s "**" Added file: web.config Successfully created package artifacts\YOLO.99.9.9.nupkg
Packing "YOLO" version "99.9.9"... - Saving "C:\BA\ExternalServicesCore\Wiv.ExternalServices\artifacts" to "YOLO.99.9.9.nupkg"... - Adding files from "C:\BA\ExternalServicesCore\Wiv.ExternalServices\artifacts" matching pattern/s "**" + Saving "YOLO.99.9.9.nupkg" to "C:\BA\ExternalServicesCore\Wiv.ExternalServices\artifacts"... + Adding files from "ExternalServices\bin\Release\net8.0\publish" matching pattern/s "**" Added file: web.config Successfully created package artifacts\YOLO.99.9.9.nupkg
cli: 2.14.0
Octopus Server: Not relevant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The bug
Verbose output of the
octopus package nuget create
/octopus package zip create
commands confuse source with destination?I expect output to mention
Command to reproduce
Actual outcome
Improved outcome
Diff
Versions
cli: 2.14.0
Octopus Server: Not relevant
The text was updated successfully, but these errors were encountered: