You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
We have dotnet 5 application, We are using bamboo for CI and octopus for CD. and it was working fine.
We suddenly started getting error "
dotnet octo pack --id=****--version=2.0.0.413 --outFolder=artifacts --basePath=publish
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-octo does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
"
if i run this command directly from the directory it working fine.
Any help on this
Thanks