Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 685 Bytes

File metadata and controls

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

NuGet Error NU5004

Failed to build package. Ensure 'F:\project\project.nuspec' includes assembly files. For help on building symbols package, visit http://docs.nuget.org/.

Issue

The NuGet pack operation was performed using -Symbol option, but the folder containing the nuspec file contained no assembly files.

Solution

When building a symbols package, ensure that the folder containing the nuspec file contains assembly files for which the symbols need to be packaged.