Quantcast
Channel: biztalkdeployment Forum Rss Feed
Viewing all articles
Browse latest Browse all 1089

New Post: Using and operator in XMLPreprocessDirectives

$
0
0
Hi

I am using different number of receive locations depending on environment. For that I use:
<!-- #if GetProperty("Environment")=="DEV" -->
It works fine. But can I use an OR operator in the condition? Since I have the same locations in more than one environment I would like to write something like this:
<!-- #if GetProperty("Environment")=="DEV" || GetProperty("Environment")=="TEST" -->
I tried this and it does not work, am I using the wrong syntax or is it not possible?

Regards

Johan

Viewing all articles
Browse latest Browse all 1089

Trending Articles