Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 594 Bytes

File metadata and controls

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

NuGet Error NU5001

Unable to output resolved nuspec file because it would overwrite the original at 'F:\project\project.nuspec'.

Issue

The NuGet pack operation was invoked with the -InstallPackageToOutputPath option, but the output path already contained a nuspec file.

Solution

Please ensure that the output path passed the to NuGet pack command does not already contain a nuspec file.