Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 574 Bytes

File metadata and controls

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

NuGet Warning NU5110

The script file 'other\init.ps1' is outside the 'tools' folder and hence will not be executed during installation of this package. Move it into the 'tools' folder.

Issue

An .ps1 file was detected in a folder other than tools folder.

Solution

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