slow-cheetah icon indicating copy to clipboard operation
slow-cheetah copied to clipboard

Support preview for custom transforms in web.config

Open sayedihashimi opened this issue 12 years ago • 2 comments

Currently we do not support preview for custom transforms in web.config. We should consider supporting this if possible.

sayedihashimi avatar Apr 28 '12 02:04 sayedihashimi

upvote for this feature.

Also it seems that your using the transformtask by mocking the build engine

                <TransformXml Source="web.config"
                      Transform="web.dev.config"
                      Destination="$(TransformDest)" /> 

locally it seems to lock files. If your batching transforms (breaking xdt's by module) it will fail on the second xdt file.

leblancmeneses avatar Aug 16 '12 07:08 leblancmeneses

Thanks, its on the backlog.

FYI I recently created the site http://slowcheetah.uservoice.com to help prioritize features. If you are passionate about this feature then it would help to create an item there and have it upvoted by the community.

sayedihashimi avatar Dec 20 '12 20:12 sayedihashimi