diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 182279b..409a41c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ stages: displayName: Build job steps: - script: | - echo Hello, world !! + echo Hello, world !!! echo Replace me with your build steps !! displayName: 'Build' - powershell: Write-Host "Run unit tests for your application..."