I want to build an Azure DevOps pipeline that is connected with the project uploaded to the Bitbucket repository. But for each build, I faced 3 errors.
Error MSB3491: Could not write lines to file "obj\Release\XXX.txt". There is not enough space on the disk.
Error MSB3021: Unable to copy file "D:\a\1\s\XX\packages\Microsoft.Net.Compilers.1.3.2\tools\Microsoft.CodeAnalysis.dll" to "bin\roslyn\Microsoft.CodeAnalysis.dll". There is not enough space on the disk.
Error MSB3027: Could not copy "D:\a\1\s\XXX\packages\Microsoft.Net.Compilers.1.3.2\tools\Microsoft.CodeAnalysis.VisualBasic.dll" to "bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll". Exceeded retry count of 10. Failed.
How can I know where the problem is? And how to fix it?