Question
· Jul 20, 2017

Using Macro Definitions in Installation Manifests

Hi all,

 

I'm exploring using installation manifests to deploy Ensemble configuration changes. I noticed that the documentation uses a macro within an "Error" tag.

<Error Status="$$$NamespaceDoesNotExist">

So I thought this would also be possible with "Var" tags, "If" tags, etc. For example:

<If Condition = "$$$isDevEnvironment">...

I wanted to use the same manifest file, but execute certain things on different environments, but it doesn't seem that this macro gets resolved in this case - I thought the code generation step of would handle this.

I understand that I can achieve the same with different implementations, but just wanted to see anyone knew if this was supported or not. Thanks!

Discussion (2)0
Log in or sign up to continue