You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
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:
DurableFunctionsMonitor/durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.targets
Line 6 in 93b60aa
Does this make functions scan ALL dependencies for functions, or just this assembly?
re:
DurableFunctionsMonitor/durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.targets
Line 96 in 93b60aa
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:
DurableFunctionsMonitor/durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.targets
Line 13 in 93b60aa
i'm very confused how the assets works... they obv get packages in the nuget
DurableFunctionsMonitor/durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.csproj
Lines 33 to 36 in 93b60aa
and i think this means that they get put in the output of my build
DurableFunctionsMonitor/durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.csproj
Lines 33 to 36 in 93b60aa
so does
DurableFunctionsMonitor/durablefunctionsmonitor.dotnetbackend/durablefunctionsmonitor.dotnetbackend.targets
Line 13 in 93b60aa
pull them from my output dir?