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

Unity Activate License's post-job should not run if task was skipped #241

Open
derekfreed opened this issue Aug 7, 2023 · 0 comments
Open

Comments

@derekfreed
Copy link
Contributor

I have a pipeline where we may either license using a unity licensing server or license with a serial with UnityActivateLicense Task.

In the case where we license with the Unity License Server, we skip the UnityActivateLicense task, but I'm seeing that the post-job that is meant to release the license from UnityActivateLicense still runs even if the task was skipped due to a yaml condition.

My expectation is that the post-job should not run if the UnityActivateLicense task does not run.

image

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