Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is 'DependsOn' supported for all guest configuration / nxtools resources? #40

Open
eehret opened this issue Sep 16, 2023 · 1 comment
Open

Comments

@eehret
Copy link

eehret commented Sep 16, 2023

I expected to be able to use the 'DependsOn' property to enforce a specific sequence in one of my configurations.
i.e. instead of simply executing the configuration in sequential order, which is the default, I set 'DependsOn' to configure a non-sequential order in one specific case.

I expected the resource configured as the dependency in 'DependsOn' property of the reliant resource to be executed first and until it does, the reliant resource should not have been executed.

However in practice I'm seeing that this is not happening. I got an error on the second resource which indicates that the first one that it was dependent upon did not get executed beforehand.

This makes me wonder, is 'DependsOn' really supported? It doesn't generate any syntax errors, but it seems it is not effective.

@eehret
Copy link
Author

eehret commented Sep 17, 2023

I think it's possible that the above happened because of #41

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

No branches or pull requests

1 participant