Skip to content

Commit ae9132c

Browse files
committed
formatting changes
1 parent 0bc7180 commit ae9132c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/containers/container-msbuild-properties.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ The following example shows a project file with examples of some of these settin
5353
<TargetFramework>netcoreapp3.1</TargetFramework>
5454
<UserSecretsId>feae72bf-2368-4487-b6c6-546c19338cb1</UserSecretsId>
5555
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
56-
<!-- In CI/CD scenarios, you might need to change the context. By default, Visual Studio uses the folder above the Dockerfile.
57-
The path is relative to the Dockerfile, so here the context is set to the same folder as the Dockerfile. -->
56+
<!-- In CI/CD scenarios, you might need to change the context. By default, Visual Studio uses the
57+
folder above the Dockerfile. The path is relative to the Dockerfile, so here the context is
58+
set to the same folder as the Dockerfile. -->
5859
<DockerfileContext>.</DockerfileContext>
5960
<!-- Set `docker run` arguments to mount a volume -->
6061
<DockerfileRunArguments>-v $(pwd)/host-folder:/container-folder:ro</DockerfileRunArguments>
6162
<!-- Set `docker build` arguments to add a custom tag -->
62-
<DockerfileBuildArguments> -t contoso/front-end:v2.0</DockerfileBuildArguments>
63+
<DockerfileBuildArguments>-t contoso/front-end:v2.0</DockerfileBuildArguments>
6364
</PropertyGroup>
6465

6566
<ItemGroup>

0 commit comments

Comments
 (0)