[SDK] Fixing publish path to not copy FunctionMetadataloader.dll (#1302)
This commit is contained in:
Родитель
172a1101b5
Коммит
88f7bfb82f
|
@ -296,6 +296,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
|
|||
OutputPath="$(PublishDir)"/>
|
||||
|
||||
<Copy
|
||||
Condition="!$(FunctionsEnablePlaceholder)"
|
||||
SourceFiles="$(_FunctionsMetadataLoaderExtensionFile)"
|
||||
DestinationFolder="$(ExtensionsCsProjFilePath)\publishout"
|
||||
OverwriteReadOnlyFiles="true" />
|
||||
|
@ -326,6 +327,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
|
|||
OutputPath="$(PublishDir)"/>
|
||||
|
||||
<Copy
|
||||
Condition="!$(FunctionsEnablePlaceholder)"
|
||||
SourceFiles="$(_FunctionsMetadataLoaderExtensionFile)"
|
||||
DestinationFolder="$(ExtensionsCsProjFilePath)\publishout"
|
||||
OverwriteReadOnlyFiles="true" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче