From 07b5bd0b64a7402259c528bd124ef0bd5c4d9169 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 11 Sep 2018 00:04:27 -0700 Subject: [PATCH] Echo path --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dba7bf05..7d444136 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,8 @@ jobs: displayName: 'Install Node.js' - script: | curl -o- -L https://yarnpkg.com/install.sh | bash - . ~/.bashrc + echo 'PATH' + echo $PATH displayName: 'Install yarn' - script: | yarn