I am getting this message when I executed the dotnet publish command on cmd.
"Nothing to do. None of the projects specified contain packages to restore."
dotnet publish "/p:PublishProfile=Properties\PublishProfiles\PMIAdmin.pubxml"
It is working when I clicked the publish button on Visual Studio 2019
How can I publish this project from cmd?
dotnet version: .NET Framework 4.5 project type: Asp.Net MVC