We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ce01 commit 6b298c6Copy full SHA for 6b298c6
T4.Build/build/common.targets
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <T4Build_Command>dotnet exec $(MSBuildThisFileDirectory)../tools/T4.Build.dll</T4Build_Command>
+ <T4Build_Command>dotnet exec "$(MSBuildThisFileDirectory)../tools/T4.Build.dll"</T4Build_Command>
21
22
23
<Target Name="TextTemplateCreateTransformList">
0 commit comments