Skip to content

Instantly share code, notes, and snippets.

@cezarypiatek
Last active December 10, 2019 22:50
Show Gist options
  • Save cezarypiatek/f57ba846dc3804148c0f5d56a021c60b to your computer and use it in GitHub Desktop.
Save cezarypiatek/f57ba846dc3804148c0f5d56a021c60b to your computer and use it in GitHub Desktop.
<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