Fix a typo!
This commit is contained in:
parent
3f1f94436c
commit
38117ff1e5
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -691,7 +691,7 @@ public abstract class VSGenericTarget : ITarget
|
|||
{
|
||||
foreach(TextGenNode node in project.TextGenNodes)
|
||||
{
|
||||
ps.WriteLine(" <Target Name=\"Prebuild\" Before=\"PreBuildEvent\">");
|
||||
ps.WriteLine(" <Target Name=\"Prebuild\" BeforeTargets=\"PreBuildEvent\">");
|
||||
ps.WriteLine($" <Exec Command=\"'dotnet' '$(DevEnvDir)TextTransformCore.dll' '$(ProjectDir){node.Name}'\" />");
|
||||
ps.WriteLine($" </Target>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue