diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f22566..78510d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,8 @@ jobs: path: $(npm_config_cache) displayName: Cache npm + - script: echo "SYSTEM_TEAMPROJECT - $SYSTEM_TEAMPROJECT"; echo "SYSTEM_COLLECTIONURI - $SYSTEM_COLLECTIONURI" + # Install Node dependencies - script: npm ci displayName: 'Install Dependencies'