Skip to content

Commit 4481ea4

Browse files
committed
work
1 parent 3be0175 commit 4481ea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ 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-
zz
194-
<!--> visual-studio-publish-profiles/samples/FolderProfile.pubxml -->
193+
195194
[!code-xml[](visual-studio-publish-profiles/samples/FolderProfile.pubxml)]
196195

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

408407
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:
409408

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

412412
## Publish to a server using an untrusted certificate
413413

0 commit comments

Comments
 (0)