Skip to content

refactor(project): Custom Tasks: Allow empty arrays for changedProjectResourcePaths#1416

Closed
maxreichmann wants to merge 1 commit into
mainfrom
fix/custom-tasks-changedProjectResourcePaths
Closed

refactor(project): Custom Tasks: Allow empty arrays for changedProjectResourcePaths#1416
maxreichmann wants to merge 1 commit into
mainfrom
fix/custom-tasks-changedProjectResourcePaths

Conversation

@maxreichmann

@maxreichmann maxreichmann commented Jun 16, 2026

Copy link
Copy Markdown
Member

Before this change, changedProjectResourcePaths was always undefined if the task supported as well as NOT supported differential builds if no resources changed.

Now this parameter is an empty array, if the task supports it and no resources changed. And it still returns undefined if the task does not support it.

@maxreichmann maxreichmann requested a review from a team June 16, 2026 14:08
@maxreichmann maxreichmann changed the title fix(project): Custom Tasks: Allow empty arrays for changedProjectResourcePaths refactor(project): Custom Tasks: Allow empty arrays for changedProjectResourcePaths Jun 16, 2026
…ourcePaths`

Before this change, `changedProjectResourcePaths` returned `undefined` if the task
supported as well as NOT supported differential builds if no resources changed.
Now this parameter is an empty array, if the task supports it and no resources changed.
And it still returns `undefined` if the task does not support it.
@maxreichmann maxreichmann force-pushed the fix/custom-tasks-changedProjectResourcePaths branch from 3edfd6e to 1e28441 Compare June 16, 2026 14:13
@maxreichmann maxreichmann requested review from RandomByte and matz3 June 16, 2026 14:13
@maxreichmann maxreichmann deleted the fix/custom-tasks-changedProjectResourcePaths branch June 16, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant