VS 2017 often fails refreshing ASP.NET Core web applications with the following error message:
Beginning retry 1 in 1000ms.
...
Beginning retry 10 in 1000ms.
but when the second try, it runs ok. Question how to change/customize the configuration values of CopyRetryCount and CopyRetryDelayMilliseconds in a project? I found a global settings in the file,
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets
but what is the appropriate way to define a project level settings about those two?