-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
Functionality:UpdateThe update package feature/command/experienceThe update package feature/command/experienceProduct:dotnet.exeType:Bug
Description
NuGet Product Used
dotnet.exe
Product Version
.net 10.0.100
Worked before?
No response
Impact
None
Repro Steps & Context
Passing a directory, rather than a project or solution file, to dotnet package update's --project option results in this error message:
MSBUILD : error MSB1009: Project file does not exist.
Switch: S:\src\NuGet.Client\dev -restore:false -target:GenerateRestoreGraphFile -property:RestoreGraphOutputPath=C:\Users\zivkan\AppData\Local\Temp\tmpkn1am5.tmp -property:RestoreRecursive=false -nologo -verbosity:quiet -tl:false -noautoresponse
Missing or invalid path 'S:\src\NuGet.Client\dev'. Please provide a path to a project, solution file, or directory.
Verbose Logs
Metadata
Metadata
Assignees
Labels
Functionality:UpdateThe update package feature/command/experienceThe update package feature/command/experienceProduct:dotnet.exeType:Bug