Getting error while using Microsoft Hosted Agent that has Agent machine name starts with: 'fv-az**'

Copper Contributor

Hi,

 

I have a build pipeline that builds .net and .net core based projects and i am using windows-latest 'microsoft hosted' agent to run it.

 

Whenever it uses the Agent Machine whose name starts with 'fv-az**', i am getting following error everytime :


"C:\hostedtoolcache\windows\dotnet\sdk\3.1.416\Microsoft.Common.CurrentVersion.targets(4364,5): warning MSB3026: Could not copy. Beginning retry 1 in 1000ms. There is not enough space on the disk."

 

But if it uses the Agent machine whose name starts with 'WIN-**', the same build pipeline is working fine everytime.

 

Following is the step where is the failing.

.NetCoreStep.png

 

And i am using following .Net core step above it to install 3.1 version of .net core.

Capture.PNG

 

Please provide your valuable inputs.


Regards,

Gaurav

1 Reply
Any updates on this? We have the same issue?