Skip to content

Commit 40e62c6

Browse files
committed
Fix incremental builds not including the TypeScript project templates
1 parent 1415c04 commit 40e62c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nodejs/Product/Nodejs/Nodejs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@
12771277
<Target Name="AfterBuild">
12781278
</Target>
12791279
-->
1280-
<Target Name="TransformTypeScriptProjects" BeforeTargets="MainResourcesGeneration">
1280+
<Target Name="TransformTypeScriptProjects" BeforeTargets="CalculateZipFiles">
12811281
<ItemGroup>
12821282
<ZipProject Include="@(TypeScriptProject)">
12831283
<Language>TypeScript</Language>

0 commit comments

Comments
 (0)