Exe netcoreapp3.1 win-x64

Publish path is incorrectly constructed when AppendRuntimeIdentifierToOutputPath is set · Issue #12114 · dotnet/sdk (original) (raw)

Exe netcoreapp3.1 win-x64 false

Expected:

OutputPath: bin\Debug\netcoreapp3.1\
PublishDir: bin\Debug\netcoreapp3.1\publish\

Actual:

OutputPath: bin\Debug\netcoreapp3.1\
PublishDir: bin\Debug\netcoreapp3.1\win-x64\publish\