Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 615 Bytes

File metadata and controls

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

NuGet Warning NU5117

 '$(MSBuildProjectDirectory)/tools/sample.txt' was included in the project but the path could not be resolved. Skipping...

Issue

A file was added in the project file but the file path could not be resolved during the pack operation.

Solution

The pack operation could not resolve a file that was added as an msbuild variable. Please update the path to be a fully resolved path.