Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 550 Bytes

File metadata and controls

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

NuGet Error NU5028

No project was provided to the PackTask.

Issue

No project file was specified to the msbuild -t:pack operation.

Solution

Please specify the project to pack operation. You can either specify it in the cammand (msbuild -t:pack project.csproj) or run msbuild -t:pack operation in a folder containing a project file.