Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 665 Bytes

File metadata and controls

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

NuGet Error NU5005

Ensure 'F:\project\project.nuspec' includes source and symbol files. For help on building symbols package, visit http://docs.nuget.org/.

Issue

The NuGet pack operation was invoked with the -Symbols option, but the nuspec file does not contain any source or symbols 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.