Make NX_TASK_TARGET_CONFIGURATION environment variable available to runtime cache inputs #32664
mvgijssel
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to #20949 expose $NX_TASK_TARGET_CONFIGURATION to make it available for runtime cache inputs. I have a target test configuration which is different for local VS CI.
When I invoke
I want the second invocation to not use the cache.
Currently workaround is setting the environment variable
NX_TASK_TARGET_CONFIGURATION=CI
inside the CI.Beta Was this translation helpful? Give feedback.
All reactions