From d165fcd6fff2be2fb94b6fe0d09cfef32969c5c6 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Mon, 25 Mar 2024 17:05:08 -0700 Subject: [PATCH] Sample PR --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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'