Hi, im currently using NX and am making using of the @angular-architects/native-federation:build builder. The build is configured to point to a 2nd target using the @angular/build:application executor in which I would like to pass define arguments during the build Build time value replacement.
Is it possible to allow passing target options / cli arguments from the builder into the target executor so that I can pass build ids and other define variables into the build during a pipeline for example running nx run project-id:build --define BUILD_ID="$(Build.BuildId)" in an azure pipelines?
Hi, im currently using NX and am making using of the
@angular-architects/native-federation:buildbuilder. The build is configured to point to a 2nd target using the@angular/build:applicationexecutor in which I would like to pass define arguments during the build Build time value replacement.Is it possible to allow passing target options / cli arguments from the builder into the target executor so that I can pass build ids and other define variables into the build during a pipeline for example running
nx run project-id:build --define BUILD_ID="$(Build.BuildId)"in an azure pipelines?