Skip to content

Commit

Permalink
chore: adjust for dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 16, 2024
1 parent db5c73a commit 299d10a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ steps:
sudo rm -fR /opt/microsoft/msedge
sudo rm -fR /usr/local/.ghcup
sudo rm -fR /usr/lib/mono
sudo rm -fR /usr/share/dotnet
# sudo rm -fR /usr/share/dotnet
sudo snap remove lxd
sudo snap remove core20
sudo apt remove snapd
df -h
cd /
du -h -d 3
# du -h -d 3 /
displayName: Disk space
condition: eq(variables['Agent.OS'], 'Linux')
Expand Down

0 comments on commit 299d10a

Please sign in to comment.