From bcc958421cfff1c632ba8dea00e723de7dcc55f5 Mon Sep 17 00:00:00 2001 From: Sabrina Juarez Garcia Date: Sun, 29 Dec 2024 14:40:31 -0300 Subject: [PATCH] Fix definition of Entry Point Environment variable --- src/AzureFunctions/azurefunctions.targets | 4 ++++ src/AzureFunctions/deploy.msbuild | 9 +++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/AzureFunctions/azurefunctions.targets b/src/AzureFunctions/azurefunctions.targets index becec9e..e9e46e1 100644 --- a/src/AzureFunctions/azurefunctions.targets +++ b/src/AzureFunctions/azurefunctions.targets @@ -98,6 +98,10 @@ Text="Azure functions deployment failed: The service bus connection cannot be empty" Condition="'$(AZURE_FUNCTIONS_SERVICEBUS_CONNECTION)' == '' AND $(AZURE_FUNCTIONS_TRIGGER_TYPE) == 'servicebus'" /> + + diff --git a/src/AzureFunctions/deploy.msbuild b/src/AzureFunctions/deploy.msbuild index 2755ada..3504e83 100644 --- a/src/AzureFunctions/deploy.msbuild +++ b/src/AzureFunctions/deploy.msbuild @@ -35,7 +35,8 @@ $(Namespace).%(SelectedObject.QualifiedName) - %(SelectedObject.QualifiedName) + %(SelectedObject.Module).a%(SelectedObject.Identity) + a%(SelectedObject.Identity) $(EntryPointClassName.ToLower()) $(AZURE_FUNCTIONS_FUNCTION_NAME.ToUpperInvariant()) GX_AZURE_$(UpperFunctionName)_CLASS @@ -143,10 +144,6 @@ - - - + \ No newline at end of file