Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 590 Bytes

File metadata and controls

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

NuGet Warning NU5107

The file 'tools/subfolder/init.ps1' will be ignored by NuGet because it is not directly under 'tools' folder. Place the file directly under 'tools' folder.

Issue

An init.ps1 file was detected in a folder under the tools folder.

Solution

Please place the init.ps1 file directly under the tools folder for it to be compatible with NuGet tooling.