Azure App Service deploy task does not always copy `appsettings.json` to App Service
In the Azure App Service deploy task I specify the JSON variable substitution as **/appsettings.json and I can see in the log that the substitutions were made. However, every-so-often the appsettings.json containing the substituted variable values is not copied as…