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