User283571144 posted
Hi devquestionsanswers,
Hi i have found the following code to resolve the issue :
<MSBuild Projects="@(BuildFile)"
Properties="Configuration=%(Config.Configuration);Retries=10;RetryDelayMilliseconds=50"
Targets="Build" />
but i do not know where i need to write it? web.config? somwhere else?
can i know a bit more about this?
As far as I know, these codes is added into the application csproj file.
About how to open the csproj file, you could refer to below steps:
1.Unload project
2.Right click the unload project and click the edit the csproj.


Best Regards,
Brando