Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 757 Bytes

File metadata and controls

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

NuGet Warning NU5119

File 'F:\project\binary\Libuv.1.10.0.nupkg' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline

Issue

The NuGet pack operation found a .nupkg file or a file/folder starting with . to be added to the package.

Solution

If you intend to package a .nupkg file or a file/folder starting with . then please use -NoDefaultExcludes property to allow the packaging of those files/folders.