From 86458dde01e922db5b492d2f8085d63ee78a4517 Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Wed, 25 Apr 2018 13:12:07 -0500 Subject: [PATCH 1/2] Update VSTS configuration --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index d4bdaeb..ac3df82 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -2,4 +2,4 @@ steps: - script: echo hello world feature branch - script: | - echo hello world from Dennis + echo hello world from Steve From e3fe250a0985af62997eb94dc19507bc0fe05ecc Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Thu, 26 Apr 2018 16:53:37 -0500 Subject: [PATCH 2/2] Use title case --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index ac3df82..200c19c 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -2,4 +2,4 @@ steps: - script: echo hello world feature branch - script: | - echo hello world from Steve + echo Hello World from Steve