Azure CI pipeline- There is not enough space on the disk

Copper Contributor

Our existing build pipeline for dot net code in recent days throws "There is not enough space on the disk" as error.

 

PIPELINE CONFIG DETAILS

Agent used :- Microsoft hosted windows-2022

configurations :- shallow fetch checked with depth 2 

Error :- There is not enough space on the disk

sowndark11_2-1684241649232.png

PowerShell command “Get-PSDrive” shows space available as 13GB.

 

We have found temporary work around  

* The build is successful, when we remove/ uncheck shallow fetch from the Get Sources of the pipeline 

sowndark11_0-1684241284319.png

How this change has fixed the issue of "There is not enough space on the disk" ?

 

1 Reply

@sowndark11 

Did you try to delete some build folders to free up space?