MicrosoftLearning / AZ400-DesigningandImplementingMicrosoftDevOpsSolutions

AZ-400 Course Repository for Labs and Demos.
https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/
MIT License
540 stars 1k forks source link

M09-L15-Package management with Azure Artifacts: nuget pack fails #516

Closed mrstage closed 7 months ago

mrstage commented 11 months ago

Contact Details

What happened?

Exercise : 01 Task: 02 Step: 16

Description of issue: The .\nuget pack eshoponweb.shared.csproj fails as the 'pack' command has been deprecated. Running dotnet pack eshoponweb.shared.csproj works.

Repro steps:

  1. Run the following: .\nuget pack eshoponweb.shared.csproj

Lab

Other

Relevant screenshots

paste here 😉

Do you want to help us? 👏

LuizMacedo commented 7 months ago

Thanks @mrstage. Finally fixing this issue, right? 😊 I'm sorry. I had other priorities to focus, and I'll try to resolve the issues faster next time. Fixed by #553.