No entrypoint error though the .dll file is getting created #269
Closed
AshwinSridharan0410
started this conversation in
General
Replies: 1 comment
-
|
closing as a duplicate of https://github.com/orgs/paketo-buildpacks/discussions/266 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions