I'm trying to build Azure devops pipeline which connected with project uploaded to Bitbucket repository, but each build I faced these 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 is the problem (Devops or Bitbucket) and how to fix it.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.