Replies: 2 comments
-
That setting is project-wide, it's not tied to any particular assembly, so I assume it scans all dependencies.
Publish outputs its artifacts into a separate folder (
When you install a NuGet-package, only its binaries (more precisely, the binaries inside its |
Beta Was this translation helpful? Give feedback.
-
Hope that helps :) |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions