Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 624 Bytes

File metadata and controls

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

NuGet Error NU5007

No build found in F:\project\bin\Debug\net461\project.dll. Use the -Build option or build the project.

Issue

The NuGet pack operation was invoked with the -Symbols option, but the project being packaged has not been built yet and hence cannot be packed.

Solution

Please build the project before running NuGet pack operation or use the -Build option to build the project before packaging.