From b79ab9cd5d73df884a72805127876460f1fc9642 Mon Sep 17 00:00:00 2001 From: yuyoyuppe Date: Mon, 24 May 2021 19:35:08 +0300 Subject: [PATCH] [Updating] Fix localization path --- src/ActionRunner/LocProject.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ActionRunner/LocProject.json b/src/ActionRunner/LocProject.json index 640d8f23ce..f7c2104705 100644 --- a/src/ActionRunner/LocProject.json +++ b/src/ActionRunner/LocProject.json @@ -4,9 +4,9 @@ "LanguageSet": "Azure_Languages", "LocItems": [ { - "SourceFile": "src\\action_runner\\Resources.resx", + "SourceFile": "src\\ActionRunner\\Resources.resx", "CopyOption": "LangIDOnName", - "OutputPath": "src\\action_runner" + "OutputPath": "src\\ActionRunner" } ] }