Skip to content

Conversation

@tiagobernardo351
Copy link
Contributor

…r dotnet

The command:

dotnet publish -c Release -r --no-self-contained
is incorrect.
The correct command is without the "-r".
The dotnet publish command expects the -r (runtime identifier) option to be followed by a value (for example win-x64, linux-x64, etc.) Later in the document it is indicated the command specific to a runtime, which is correctly using the "-r" option.
dotnet publish -c Release linux-x64 --no-self-contained

…r dotnet

The command:
> dotnet publish -c Release -r --no-self-contained
is incorrect.
The correct command is without the "-r".
The dotnet publish command expects the -r (runtime identifier) option to be followed by a value (for example win-x64, linux-x64, etc.)
Later in the document it is indicated the command specific to a runtime, which is correctly using the "-r" option.
> dotnet publish -c Release linux-x64 --no-self-contained
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant