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.