Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add PublishProfile to remove props
  • Loading branch information
jviau committed Dec 19, 2023
commit 6e5cee2e0f485591aea7597d6811d3731cbb34ea
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<_FunctionsTaskAssemblyFullPath Condition=" '$(_FunctionsTaskAssemblyFullPath)'=='' ">$(_FunctionsTasksDir)\Microsoft.Azure.Functions.Worker.Sdk.dll</_FunctionsTaskAssemblyFullPath>

<_FunctionsExtensionCommonProps>ImportDirectoryBuildProps=false;ImportDirectoryBuildTargets=false;ImportDirectoryPackagesProps=false</_FunctionsExtensionCommonProps>
<_FunctionsExtensionRemoveProps>TargetFramework;Configuration;Platform;RuntimeIdentifier;SelfContained;PublishSingleFile;PublishReadyToRun;WebPublishMethod;UseCurrentRuntimeIdentifier;DeployOnBuild;PublishDir;OutputPath</_FunctionsExtensionRemoveProps>
<_FunctionsExtensionRemoveProps>TargetFramework;Configuration;Platform;RuntimeIdentifier;SelfContained;PublishSingleFile;PublishReadyToRun;UseCurrentRuntimeIdentifier;WebPublishMethod;PublishProfile;DeployOnBuild;PublishDir;OutputPath</_FunctionsExtensionRemoveProps>
<_FunctionsWorkerConfigInputFile>$(MSBuildThisFileDirectory)\..\tools\worker.config.json</_FunctionsWorkerConfigInputFile>

<_FunctionsMetadataLoaderExtensionFile>$(MSBuildThisFileDirectory)\..\tools\netstandard2.0\Microsoft.Azure.WebJobs.Extensions.FunctionMetadataLoader.dll</_FunctionsMetadataLoaderExtensionFile>
Expand Down