2 writes to RetryAttempts
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\MsDeploy\VsMsdeploy.cs (2)
842src.RetryAttempts = RetryAttempts; 843dest.RetryAttempts = RetryAttempts;
2 references to RetryAttempts
Microsoft.NET.Sdk.Publish.Tasks (2)
MsDeploy\VsMSDeployObject.cs (2)
108if (vSMSDeployObject.RetryAttempts >= 0) 109baseOptions.RetryAttempts = vSMSDeployObject.RetryAttempts;