Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview Transform changes to handle publish profiles #179

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mlintell
Copy link

@mlintell mlintell commented Sep 3, 2015

I often end up using publish profles to extend the build configurations. For example I may have a Debug build configuration with Debug.Dev and Debug.Test publish profiles. However if you invoke Preview Transform on, for example, App.Debug.Dev.config then the base App.Config only gets transformed by App.Debug.Dev.config. IMHO the expected behaviour would be to transform App.config with App.Debug.config and then App.Debug.Dev.config.

So I rolled up my sleeves and added code to handle publish profile based transforms. The code was done fairly quickly but is I hope to a reasonable standard. Anyway, here are the changes I made for your consideration and review. No offence taken if you consider this feature superfluous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant