Skip to content

Commit

Permalink
Fixing metadata generator target file: copy relevant runtime binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren authored and fabiocav committed Sep 13, 2018
1 parent 05d5059 commit 999ebce
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -37,7 +37,8 @@

<Target Name="_ResolveAdditionalReferenceCopyLocalPathsForFunctionsExtensions"
AfterTargets="ResolveReferences"
Condition="$(_IsFunctionsSdkBuild) != 'true'">
Condition="$(_IsFunctionsSdkBuild) != 'true'"
DependsOnTargets="RunResolvePublishAssemblies">

<!--
Copy publish assemblies that not already included in ReferenceCopyLocalPaths
Expand Down

0 comments on commit 999ebce

Please sign in to comment.