Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 548 Bytes

File metadata and controls

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

NuGet Error NU5012

Unable to find 'F:\project\bin\Debug\net461\project.dll'. Make sure the project has been built.

Issue

The project being packed has not been built yet and hence cannot be packaged.

Solution

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