Skip to content

Only execute AfterTasks that are Commands in the Commands-flow - #201

Open
poespas wants to merge 2 commits into
masterfrom
Only-build-AfterTasks-that-are-Commands
Open

Only execute AfterTasks that are Commands in the Commands-flow#201
poespas wants to merge 2 commits into
masterfrom
Only-build-AfterTasks-that-are-Commands

Conversation

@poespas

Copy link
Copy Markdown
Collaborator

Fixes a bug where AfterTask's are being interpreted as the PlatformConfiguration-path (which is correct), but also as a Command. On the latter route, we check explicitly if the task is a Command, and execute those.

@poespaspoespas changed the title Only build AfterTasks that are CommandsOnly execute AfterTasks that are Commands in the Commands-flowJul 30, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@poespas