-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a script after package installation doesn't work on .NET Core 3.0 #9462
Comments
@ghost1372 - Please provide us repro steps and a sample project (if possible) so that we can understand the issue better and prioritize accordingly. |
Hi @kartheekp-ms Sorry for the delay in reply I attached an example project. Please create a nuget package with *.nuspec file. |
Hey @ghost1372 Install scripts are not supported in PackageReference (the package management style under .NET Core). Refer to #5963. |
Hi, I have a script that needs to be run after the package is installed. This works well in .NET Framework. But in .NET Core 3.0, the script does not run
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe):
dotnet.exe --version (if appropriate): 5.3.1.6268
VS version (if appropriate): 2019 16.6 pre 3
OS version (i.e. win10 v1607 (14393.321)): win 10 - 18363
The text was updated successfully, but these errors were encountered: