Forum Discussion

sowndark11's avatar
sowndark11
Copper Contributor
May 16, 2023

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

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

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 

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

 

Resources