-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use PublishUrl as default value for PublishDir in .NET SDK #20931
Copy link
Copy link
Open
Labels
Area-NetSDKCost:M4 to 10 person weeks of work per central guidance4 to 10 person weeks of work per central guidancePriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasegood first issueIssues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.Issues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.new-hire-issue
Milestone
Metadata
Metadata
Assignees
Labels
Area-NetSDKCost:M4 to 10 person weeks of work per central guidance4 to 10 person weeks of work per central guidancePriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasegood first issueIssues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.Issues that would be a good fit for someone new to the repository. Narrow in scope, well-defined.new-hire-issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
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)