Skip to content

Commit

Permalink
Fixed bug for multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusGundersen committed Apr 17, 2019
1 parent 0e2055f commit 0123e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Target Name="GenerateExpressions" BeforeTargets="CoreCompile;PrepareResources" >
<Exec Command="dotnet expressionify &quot;$(MSBuildProjectDirectory)&quot; &quot;@(Compile)&quot;" ConsoleToMSBuild="true">
<Output TaskParameter="ConsoleOutput" ItemName="Generated" />
<Output TaskParameter="ConsoleOutput" PropertyName="Generated" />
</Exec>
<ItemGroup>
<Compile Include="@(Generated)" />
Expand Down

0 comments on commit 0123e95

Please sign in to comment.