[
https://issues.apache.org/jira/browse/IGNITE-10072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kukushkin resolved IGNITE-10072.
---------------------------------------
Resolution: Won't Fix
The user is OK with a workaround.
> Install-Package Apache.Ignite disables existing conditional post-build events
> -----------------------------------------------------------------------------
>
> Key: IGNITE-10072
> URL: https://issues.apache.org/jira/browse/IGNITE-10072
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.6
> Reporter: Alexey Kukushkin
> Assignee: Alexey Kukushkin
> Priority: Major
>
> Setup:
> # A *.csproj file targeting .NET Framework with any one ore more conditional
> post-build events specified opened in Visual Studio
> Steps to reproduce:
> # In Visual Studio -> Package Manager Console run "Install-Package
> Apache.Ignite"
> # Open the csproj file in a test editor and check the post-build events
> Expected:
> # Package Apache.Ignite installed OK
> # The command to copy Ignite libs from the NuGet package into target
> directory is appended to all the existing post-build events
> Actual:
> # As expected
> # A new unconditional post-build event to copy Ignite libs from the NuGet
> package into target directory is created and added after all the initial
> post-build events. This effectively disables all the initial post-build
> events since MSBuild executes only the last post-build event.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)