The filename, directory syntax is incorrect during Dot Net Core package creation with Octo through cmd
I got below error during Dote Net Core application package creation
from command prompt. I was trying with below command and getting error explained in screenshot.
dotnet
octo pack --id="SharjeelsWork-OctoWeb" --version="1.0.6" --format=zip
--basePath="
F:\RSI\SharjeelsWork\RD\Core\sharjeelsWorkCore\sharjeelsWorkCore\bin\Release\netcoreapp2.1\publish"
--outFolder=" F:\RSI\SharjeelsWork\Octopus\Packages\DotNetCore"
Here issue was related to out Folder path having an extra space. I just remove this space and got the package creation message on same window.
Comments
Post a Comment