You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a dll has already been built and incremental shortcircuit
mechanisms kick in TargetsTriggeredByCompilation dont get
called anymore since no compilation took place.
Since the SDK still needs to communicate the output graph to
dependent projects or simply to fix removed first class dependencies
the "PrepareForRun" / "ResolveReferences" suite of targets
still calculates files targeted for output directory publishing.
We now attach the NXPorts.Attributes.dll removal at the front
of PrepareForRun to guarantee it doesnt end up in the output after
incremental builds.
Resolves#65
MeikTranel
changed the title
Subsequent Builds do not clear NXPorts.Attributes.dll from output directory
Subsequent builds do not clear NXPorts.Attributes.dll from output directory
Oct 31, 2021
When subsequently building without triggering a new compile
NXPorts.Attributes.dll
will get copied to the output directory again.The text was updated successfully, but these errors were encountered: