Skip to content

Commit b567b05

Browse files
committed
work
1 parent 96645ab commit b567b05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ The .NET CLI's [dotnet build](/dotnet/core/tools/dotnet-build) command calls `ms
190190
* Results in a failure (even when running on Windows). To publish with a non-folder profile, call `msbuild` directly.
191191

192192
The following folder publish profile was created with Visual Studio and publishes to a network share:
193-
193+
zz
194+
<!--> visual-studio-publish-profiles/samples/FolderProfile.pubxml -->
194195
[!code-xml[](visual-studio-publish-profiles/samples/FolderProfile.pubxml)]
195196

196197
In the preceding example:
@@ -406,7 +407,7 @@ For more deployment samples, see the [Web SDK README file](https://github.com/do
406407

407408
The built-in `BeforePublish` and `AfterPublish` targets execute a target before or after the publish target. Add the following elements to the publish profile to log console messages both before and after publishing:
408409

409-
[!code-xml[](visual-studio-publish-profiles/samples/TP_before.pubxml?highlight=30-35)]
410+
[!code-xml[](visual-studio-publish-profiles/samples/TP_before.pubxml?highlight=30-35)] zz
410411

411412
## Publish to a server using an untrusted certificate
412413

0 commit comments

Comments
 (0)