Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 541 Bytes

File metadata and controls

24 lines (17 loc) · 541 Bytes
title description author ms.author ms.date ms.topic ms.reviewer f1_keywords
NuGet Error NU5028
NU5028 Error code
mishra14
jodou
8/8/2018
reference
anangaur
NU5028

NuGet Error NU5028

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.