No entrypoint error though the .dll file is getting created #268
Closed
AshwinSridharan0410
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a dotnet azure functions app of .net6.
It is throwing me an error like this :-
no entrypoint [abc-Function.dll] found: stat /workspace/abc-Function.dll: no such file or directory
This is my .csproj file :-
The command that I used:- (I am building it using the dotnet-core buildpack)
pack build azure-functions --buildpack dotnet-core --path=.
These are the logs for dotnet azure functions.
Is paketo buildpacks going to support azure functions by any chance
Beta Was this translation helpful? Give feedback.
All reactions