Bartłomiej Mucha

Results 18 comments of Bartłomiej Mucha

hey, I created PR for this https://github.com/richardszalay/helix-publishing-pipeline/pull/33 The current implementation requires that the *.xdt file from modules project, have XmlTransform set to True. It's not ideal. And I need to...

We have a few options here so it's not easy to decide: * we can explicitly include additional paths as you did with Web.config, * we can use Content and...

I analyzed how `SlowCheetah` extends `msbuild` and what it does. The pros of `SlowCheetah`: * It is maintained by Microsoft, * It supports different versions of `VisualStudio` and `MSBuild`, *...

Hi Richard, Here is my use case for transform files: In every website, I worked on, I always use NWebSec NuGet. It adds an NWebSec.config file where I can configure...

Will this work if we have only (file).Helix.config and the file to be transformed is not in the solution? (Only in publish folder)? Other than sounds great. Re the metadata...

> It will. Would you be happy with that rule being all or nothing (all transforms are published and not applied, or none are)? I think that all or nothing...

One more thing that you can consider. What I did for myself is that for every transform file in solution, I check if the original file is present in `$(_PackageTempDir)`...

@StephenMolloy I had a similar issue and I fixed it by adding `` element to the `Web.config` like that ` So I literally pointed to the `bin` folder.