Fix a bug in azure environment variables parsing
This commit is contained in:
Родитель
bed2726e72
Коммит
793b63eb05
|
@ -72,7 +72,8 @@ namespace Microsoft.AspNet.ConfigurationModel.Sources
|
|||
}
|
||||
else if (key.StartsWith(AppSettingPrefix, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
prefix = AppSettingPrefix;
|
||||
yield return new DictionaryEntry(key.Substring(AppSettingPrefix.Length), entry.Value);
|
||||
yield break;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче