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