Skip to content

Commit ff363ce

Browse files
committed
work
1 parent f7775df commit ff363ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/host-and-deploy/visual-studio-publish-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The highlighted markup in the following example demonstrates:
359359
* Excluding the *wwwroot\Content* folder.
360360
* Excluding *Views\Home\About2.cshtml*.
361361

362-
[!code-xml[](visual-studio-publish-profiles/samples/Web1.pubxml?highlight=18-23)]
362+
[!code-xml[](visual-studio-publish-profiles/samples/Web1.pubxml?highlight=20-25)]
363363

364364
The preceding example uses the `ResolvedFileToPublish` item, whose default behavior is to always copy the files provided in the `Include` attribute to the published site. Override the default behavior by including a `<CopyToPublishDirectory>` child element with inner text of either `Never` or `PreserveNewest`. For example:
365365

0 commit comments

Comments
 (0)