✅ Not understanding Microsoft Tutorial
I'm following the microsoft tutorial on creating a cli application. https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create.
My first problem was under
and I got
My second problem is my current problem. Under
idk about that one
My first problem was under
Test The Application section, I ran the commands that they postedand I got
Hello World 3 times in a row. If I ran dotnet run --ShowBot "Hello from the bot" it would show the appropriate message under the ShowBot function. I didn't understand that as I have followed everything to the T. My second problem is my current problem. Under
Package the tool it says to update the .csproj file to which did and then run dotnet pack to which I also did, but I cannot find the ./nupkg folder anywhere that it statesThe microsoft.botsay.1.0.0.nupkg file is created in teh folder identified by theSo where did the folder go? And also, after packaging the project with the<PackageOutputPath>value from the microsoft.botsay.csproj file, which in this example is the .nupkg folder.
dotnet pack command, the first problem got fixed? 