Currently, publishing with the Web SDK supports either PublishUrl or PublishDir, but the .NET SDK only supports PublishDir. This can be a problem as the VS tooling to create publish profiles uses PublishUrl.
So we should probably use PublishUrl as the default value for PublishDir.
See dotnet/aspnetcore#35134 (comment)
Currently, publishing with the Web SDK supports either
PublishUrlorPublishDir, 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
PublishUrlas the default value forPublishDir.See dotnet/aspnetcore#35134 (comment)