From 88f7bfb82feab7ce1858349d51c55c9a32ef4d19 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Wed, 8 Feb 2023 12:17:25 -0800 Subject: [PATCH] [SDK] Fixing publish path to not copy FunctionMetadataloader.dll (#1302) --- sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets b/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets index d093c692..35b577e7 100644 --- a/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets +++ b/sdk/Sdk/Targets/Microsoft.Azure.Functions.Worker.Sdk.targets @@ -296,6 +296,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and OutputPath="$(PublishDir)"/> @@ -326,6 +327,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and OutputPath="$(PublishDir)"/>