Skip to content

Commit

Permalink
modified target to generate before build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Beffyman committed Jun 30, 2018
1 parent 68fbfd7 commit bcbf802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="AspNetCoreClientGeneratorTarget" BeforeTargets="CoreBuild">
<Target Name="AspNetCoreClientGeneratorTarget" BeforeTargets="CoreCompile">
<Message Importance="high" Text="AspNetCore.Client.Generator~ Target Project: $(MSBuildProjectDirectory)"/>
<AspNetCore.Client.Generator.GeneratorTask ProjectPath="$(MSBuildProjectDirectory)"/>
</Target>
Expand Down

0 comments on commit bcbf802

Please sign in to comment.