Last active
December 10, 2019 22:50
-
-
Save cezarypiatek/f57ba846dc3804148c0f5d56a021c60b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<transformations> | |
<apps> | |
<app name="SampleApp1"> | |
<templates> | |
<template name="appsettings.json" input="appsettings.json.template" /> | |
<template output="nlog.config" input="nlog.config.template" /> | |
</templates> | |
</app> | |
<app name="SampleApp2"> | |
<templates> | |
<template name="appsettings.json" input="appsettings.json.template" /> | |
<template output="nlog.config" input="nlog.config.template" /> | |
</templates> | |
</app> | |
</apps> | |
<environments> | |
<environment name="PPE"> | |
<values> | |
<value key=""></value> | |
<value key=""></value> | |
<value key=""></value> | |
</values> | |
<machines> | |
<machine name="ASP-01"> | |
<values> | |
<value key=""></value> | |
<value key=""></value> | |
<value key=""></value> | |
</values> | |
</machine> | |
<machine name="ASP-01" apps="SampleApp1"> | |
<values> | |
<value key=""></value> | |
<value key=""></value> | |
<value key=""></value> | |
</values> | |
</machine> | |
</machines> | |
</environment> | |
</environments> | |
<transformation output="{app}/{environment}/{machine}/{template}" /> | |
</transformations> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment