Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 482 Bytes

File metadata and controls

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

NuGet Error NU5020

A source file was added with an empty path.

Issue

A source file was passed to msbuild -t:pack operation with an empty path.

Solution

Please ensure that all source files passed to msbuild -t:pack operation have a vaild path and exist on the disk.