diff options
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b9370d1..8ae24f01 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,4 +13,5 @@ steps: - script: | echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' |
