[NETSDKE2E]With .NET 8 preview 5 SDK installed, the help description for "--sc, --self-contained" option should be updated as the default is 'false' now if a runtime identifier is specified. #32549
Labels
untriaged
Request triage from a team member
1.Install .NET 8 SDK (8.0.100-preview.5.23265.7) from main branch of https://github.com/dotnet/installer
2.In CLI
dotnet new console -o 80console
dotnet publish -r win-x64
3. Check publish path
4.dotnet publish --help
Expected Result:
Steps 3: the files in publish path can be displayed well.
Step4: the help description can be displayed well.
Actual Result
Steps 3: the files in publish path can be displayed well. it's framework dependent publishing. But in dotnet publish --help(Step4), the help description for "--sc, --self-contained" option is the default is 'true' if a runtime identifier is specified.
The text was updated successfully, but these errors were encountered: