@@ -332,7 +332,7 @@ stages:
332
332
arguments : $(Build.SourcesDirectory)/NuGet.config $Token
333
333
env :
334
334
Token : $(dn-bot-dnceng-artifact-feeds-rw)
335
- - script : df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
335
+ - script : df -h && du -h --threshold=1MB /home/vsts/work/
336
336
displayName : Disk utilization (before)
337
337
- script : ./build.sh
338
338
--ci
@@ -378,7 +378,7 @@ stages:
378
378
$(_PublishArgs) \
379
379
$(_InternalRuntimeDownloadArgs)
380
380
displayName: Build RPM installers
381
- - script : df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
381
+ - script : df -h && du -h --threshold=1MB /home/vsts/work/
382
382
displayName : Disk utilization (after)
383
383
installNodeJs : false
384
384
installJdk : false
@@ -643,7 +643,7 @@ stages:
643
643
displayName : Installing Nginx
644
644
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
645
645
displayName : Increase inotify limit
646
- - script : df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
646
+ - script : df -h && du -h --threshold=1MB /home/vsts/work/
647
647
displayName : Disk utilization (before)
648
648
afterBuild :
649
649
- bash : ./build.sh --ci --pack --no-build --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
@@ -659,7 +659,7 @@ stages:
659
659
testResultsFormat : ' xUnit'
660
660
testResultsFiles : ' *.xml'
661
661
searchFolder : ' $(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Quarantined'
662
- - script : df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
662
+ - script : df -h && du -h --threshold=1MB /home/vsts/work/
663
663
displayName : Disk utilization (before)
664
664
artifacts :
665
665
- name : Linux_Test_Logs
0 commit comments