This commit is contained in:
Vijay Ramakrishnan 2017-08-02 14:12:03 -07:00
Родитель 3315341ef4
Коммит 3305f7d28b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,7 +48,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<PropertyGroup>
<PublishDir>$(FunctionsDir)\bin</PublishDir>
<FunctionsTargetPath>$(PublishDir)\$([System.IO.Path]::GetFileName($(TargetPath)))</FunctionsTargetPath>
<FunctionsTargetPath>$(PublishDir)\$(TargetFileName)</FunctionsTargetPath>
<FunctionsOutputPath>$(FunctionsDir)</FunctionsOutputPath>
</PropertyGroup>
@ -66,7 +66,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<PropertyGroup>
<PublishDir>$(PublishIntermediateOutputPath)\bin</PublishDir>
<FunctionsTargetPath>$(PublishDir)\$([System.IO.Path]::GetFileName($(TargetPath)))</FunctionsTargetPath>
<FunctionsTargetPath>$(PublishDir)\$(TargetFileName)</FunctionsTargetPath>
<FunctionsOutputPath>$(PublishIntermediateOutputPath)</FunctionsOutputPath>
</PropertyGroup>