You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.