diff --git a/content/pipeline/docker/examples/languages/csharp.md b/content/pipeline/docker/examples/languages/csharp.md index da87217f..99958bab 100644 --- a/content/pipeline/docker/examples/languages/csharp.md +++ b/content/pipeline/docker/examples/languages/csharp.md @@ -13,7 +13,7 @@ This guide covers configuring continuous integration pipelines for C# projects. # Build and Test -In the below example we demonstrate a pipeline that executes `dotnet publish` and `dotnet test` commands. These commands are executed inside a Docker container, downloaded at runtime from DockerHub. +In the below example we demonstrate a pipeline that executes `dotnet build` and `dotnet test` commands. These commands are executed inside a Docker container, downloaded at runtime from DockerHub. ``` kind: pipeline