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
Taking the repo's example for repro, the items written in FileWrites are created too late for _CleanGetCurrentAndPriorFileWrites to be processed. Is this an issue with the example (fine-tune Before/AfterTargets) or with the NoTargets SDK?
Here's the graphical representation of the order of actions:
The text was updated successfully, but these errors were encountered:
Yeah I guess _CleanGetCurrentAndPriorFileWrites runs as part of IncrementalClean which runs as part of CoreBuild and the example runs before AfterBuild. We can update the example to run as part of PrepareForRun instead which is what triggers copying files to the output directory.
Taking the repo's example for repro, the items written in
FileWrites
are created too late for_CleanGetCurrentAndPriorFileWrites
to be processed. Is this an issue with the example (fine-tune Before/AfterTargets) or with the NoTargets SDK?Here's the graphical representation of the order of actions:
The text was updated successfully, but these errors were encountered: