Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 704 Bytes

File metadata and controls

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

NuGet Warning NU5120

install.ps1 script will be ignored when the package is installed after the migration.

Issue

The package contains an install.ps1 file. The file will not be executed if the package is installed to a package reference type of project.

Solution

Please request the package author to fix the package such that it no longer contains an install.ps1 file. You can read more about it in NuGet docs.