Use PublishUrl
as default value for PublishDir
in .NET SDK
#20931
Labels
Area-NetSDK
Cost:M
4 to 10 person weeks of work per central guidance
good first issue
Issues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.
new-hire-issue
Priority:2
Work that is important, but not critical for the release
Milestone
Currently, publishing with the Web SDK supports either
PublishUrl
orPublishDir
, but the .NET SDK only supportsPublishDir
. This can be a problem as the VS tooling to create publish profiles usesPublishUrl
.So we should probably use
PublishUrl
as the default value forPublishDir
.See dotnet/aspnetcore#35134 (comment)
The text was updated successfully, but these errors were encountered: