This commit is contained in:
Israel Soto 2019-08-26 13:09:25 -05:00 коммит произвёл GitHub
Родитель 714648a954
Коммит 3d54db72c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ void BuildCake (string target)
Setup (context =>
{
IS_LOCAL_BUILD = string.IsNullOrWhiteSpace (EnvironmentVariable ("AGENT_ID"));
Information ("Is a local build? {IS_LOCAL_BUILD}");
Information ($"Is a local build? {IS_LOCAL_BUILD}");
BACKSLASH = IS_LOCAL_BUILD ? @"\\" : @"\";
});