Skip to content

Commit

Permalink
Correct target name in buildMultiTargeting/Microsoft.Extesions.ApiDes…
Browse files Browse the repository at this point in the history
…cription.Client.targets
  • Loading branch information
dougbu committed Jun 3, 2019
1 parent 58b1ed4 commit f1f5f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RemoveProperties="RuntimeIdentifier" />
</Target>

<Target Name="_TieInGenerateOpenApiCode"
<Target Name="_GenerateOpenApiCode"
BeforeTargets="BeforeCompile"
Condition=" ''$(OpenApiGenerateCodeOnBuild)' == 'true' "
DependsOnTargets="GenerateOpenApiCode" />
Expand Down

0 comments on commit f1f5f2f

Please sign in to comment.