FrameworkTemplate/SolutionTemplate/map.xml
<?xml version="1.0" encoding="utf-8" ?>
<Mapping> <FileToFile map="PluginAssemblies\**\PowerPlatformDevOpsPlugins.dll" to="..\bin\**\PowerPlatformDevOpsPlugins.dll" /> <FileToPath map="WebResources\*.*" to="..\dist\**" /> <FileToPath map="WebResources\**\*.*" to="..\dist\**" /> <FileToFile map="EnvironmentVariables\environment_variable_values.json" to="..\Deployment\PowerPlatformDevOpsPlugins\EnvironmentVariables\environment_variable_values.json" /> </Mapping> |