clariuslabs / TransformOnBuild

Transform Text Templates On Build
Apache License 2.0
48 stars 17 forks source link

Error failed to find TextTransform.exe #66

Open dsopko opened 4 years ago

dsopko commented 4 years ago

Using Visual Studio Community 2019 Install-Package Clarius.TransformOnBuild Run my solution with tt file I get the following error

System.Exception: Failed to find TextTransform.exe at Clarius.TransformOnBuild.MSBuild.Task.TransformOnBuildTask.GetTextTransformExePath() at Clarius.TransformOnBuild.MSBuild.Task.TransformOnBuildTask.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext()

jsiegmund commented 4 years ago

Same here

jimmyheaddon commented 4 years ago

There's a PR open that appears to address this

johnverbiest commented 2 years ago

Hi,

In case you are still waiting for this (or arriving here by accident). I created a fork of this project and have build and deployed the correct nuget package that includes the change above. You can find the nuget package on https://www.nuget.org/packages/JohnVerbiest.TransformOnBuild/.

I will be accepting pull requests in hope to put some new life into this.