Package only used XAML files

Hi Guys,

I’m just wondering. Is there a way to package(publish) only all of the XAML files I’ve used in MAIN. I mean I only want to include(automatically) those I’ve used in running the entire process of MAIN. Because I have multiple test xaml files where in I test it before putting it in in the MAIN. And now I don’t want to include those test XAML files in packaging. Any inputs or ideas will be greatly appreciated. Thank you.

@jayson.actimai,

Yes, publish Main.xaml file only. Then that package contains only main workflow file. If you invoke any other workflow from this main file then only it will include other workflows.