Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/eap/building-apps/external-logic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ For detailed information about errors, refer to [External libraries SDK errors](

1. Right-click **{NAME_OF_SOLUTION}** and click **Open in Terminal**.

1. Execute `dotnet publish -c Release -r --no-self-contained`
1. Execute `dotnet publish -c Release --no-self-contained`

The published code runs in a Linux container. If your library has runtime-specific dependencies then you should publish it specifying the runtime:
`dotnet publish -c Release linux-x64 --no-self-contained`
Expand Down