You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Is it possible to run transformation on Rebuild but not on Build with current tool?
Ideally, I would like to find a way to run all transformations only when user decides to. Do you know, by any chance, any method to run all transformations across solution by pressing a button or running a custom tool? I tried to run TextTransform.exe manually, but found the problem of null reference exception when running (this.Host as IServiceProvider).GetService(typeof(EnvDTE.DTE)) as EnvDTE.DTE; from not inside visual studio.