Skip to content

Commit

Permalink
Prevent multiple executions of Fody against reference assemblies (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik authored and SimonCropp committed Feb 11, 2019
1 parent 1e46ddc commit c309716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fody/Fody.targets
Expand Up @@ -31,7 +31,7 @@
Condition="Exists('@(IntermediateAssembly)') And $(DesignTimeBuild) != true And $(DisableFody) != true"
DependsOnTargets="$(FodyDependsOnTargets)"
Inputs="@(IntermediateAssembly);$(ProjectWeaverXml)"
Outputs="$(TargetPath)">
Outputs="$(IntermediateOutputPath)$(MSBuildProjectFile).Fody.CopyLocal.cache">

<Fody.WeavingTask
AssemblyFile="@(IntermediateAssembly)"
Expand Down

0 comments on commit c309716

Please sign in to comment.