Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

? about dependency functinos #74

@drdamour

Description

@drdamour

it's been on my list to understand how to package some functions for inclusion in other function apps, and wanted to pick your brain if i could.

re:

Does this make functions scan ALL dependencies for functions, or just this assembly?

re:


why is this second task needed? does the publish task recreate the functions.json or does it sometimes skip the postbuildtask on a publish?

re:

<Content Include="$(MSBuildThisFileDirectory)\..\DfmStatics\**" LinkBase="DfmStatics\">

i'm very confused how the assets works... they obv get packages in the nuget

<ItemGroup>
<Content Include="DfmStatics\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>

and i think this means that they get put in the output of my build

<ItemGroup>
<Content Include="DfmStatics\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>

so does

<Content Include="$(MSBuildThisFileDirectory)\..\DfmStatics\**" LinkBase="DfmStatics\">

pull them from my output dir?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions