diff --git a/build/templates/package-validation.yml b/build/templates/package-validation.yml index b0ad10dc..5f15d49a 100644 --- a/build/templates/package-validation.yml +++ b/build/templates/package-validation.yml @@ -14,8 +14,12 @@ steps: clean: 'true' - bash: | + rm -fR ~/.cargo + rm -fR ~/.rustup + rm -fR ~/.dotnet + df -h - cd /home/vsts + cd / du -h -d 2 displayName: Disk space