Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
No project was provided to the PackTask.
Issue
No project file was specified to the msbuild -t:pack
operation.
Solution
Please specify the project to pack operation. You can either specify it in the cammand (msbuild -t:pack project.csproj
) or run msbuild -t:pack
operation in a folder containing a project file.