diff --git a/azure-pipelines-gitTests-template.yml b/azure-pipelines-gitTests-template.yml index 5809bc9..96f178b 100644 --- a/azure-pipelines-gitTests-template.yml +++ b/azure-pipelines-gitTests-template.yml @@ -83,8 +83,8 @@ jobs: version: '20.x' displayName: 'Install Node.js' - script: | - du -h - du -h -i + df -h + df -h -i displayName: Debugging continueOnError: true - script: | diff --git a/azure-pipelines-userTests.yml b/azure-pipelines-userTests.yml index fb794f7..c80b703 100644 --- a/azure-pipelines-userTests.yml +++ b/azure-pipelines-userTests.yml @@ -117,8 +117,8 @@ jobs: version: '20.x' displayName: 'Install Node.js' - script: | - du -h - du -h -i + df -h + df -h -i displayName: Debugging continueOnError: true - script: |