Skip to content

Commit

Permalink
Fix task message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryalanms committed Nov 5, 2020
1 parent 1947455 commit a6ecabf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
<Output TaskParameter="Include" ItemName="AssemblyForLocalTypeReference" />
</CreateItem>

<Message Text="Deleting generated NuGet props and targets files from the temporary project: @_DestinationGeneratedNuGetPropsAndTargets"/>
<Message Text="Deleting generated NuGet props and targets files from the temporary project: @(_DestinationGeneratedNuGetPropsAndTargets)"/>
<Delete Files="@(_DestinationGeneratedNuGetPropsAndTargets)"/>

</Target>
Expand Down

0 comments on commit a6ecabf

Please sign in to comment.