Skip to content

Fix publish command for no specific runtime dependencies in README fo…#67

Merged
rmlos merged 3 commits intoOutSystems:mainfrom
tiagobernardo351:patch-2
Apr 15, 2026
Merged

Fix publish command for no specific runtime dependencies in README fo…#67
rmlos merged 3 commits intoOutSystems:mainfrom
tiagobernardo351:patch-2

Conversation

@tiagobernardo351
Copy link
Copy Markdown
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

tiagobernardo351 and others added 2 commits November 29, 2025 00:30
…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
@rmlos rmlos self-assigned this Apr 15, 2026
The -r flag is required before the runtime identifier (linux-x64).
@rmlos
Copy link
Copy Markdown
Contributor

rmlos commented Apr 15, 2026

There were some other fixes in the doc. Thanks @tiagobernardo351

@rmlos rmlos merged commit bce6131 into OutSystems:main Apr 15, 2026
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.

2 participants