Skip to content

Commit

Permalink
Fix incremental builds not including the TypeScript project templates
Browse files Browse the repository at this point in the history
  • Loading branch information
billti committed Sep 20, 2017
1 parent 1415c04 commit 40e62c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nodejs/Product/Nodejs/Nodejs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
<Target Name="AfterBuild">
</Target>
-->
<Target Name="TransformTypeScriptProjects" BeforeTargets="MainResourcesGeneration">
<Target Name="TransformTypeScriptProjects" BeforeTargets="CalculateZipFiles">
<ItemGroup>
<ZipProject Include="@(TypeScriptProject)">
<Language>TypeScript</Language>
Expand Down

0 comments on commit 40e62c6

Please sign in to comment.