Fixing the TargetFileName
This commit is contained in:
Родитель
3315341ef4
Коммит
3305f7d28b
|
@ -48,7 +48,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PublishDir>$(FunctionsDir)\bin</PublishDir>
|
<PublishDir>$(FunctionsDir)\bin</PublishDir>
|
||||||
<FunctionsTargetPath>$(PublishDir)\$([System.IO.Path]::GetFileName($(TargetPath)))</FunctionsTargetPath>
|
<FunctionsTargetPath>$(PublishDir)\$(TargetFileName)</FunctionsTargetPath>
|
||||||
<FunctionsOutputPath>$(FunctionsDir)</FunctionsOutputPath>
|
<FunctionsOutputPath>$(FunctionsDir)</FunctionsOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PublishDir>$(PublishIntermediateOutputPath)\bin</PublishDir>
|
<PublishDir>$(PublishIntermediateOutputPath)\bin</PublishDir>
|
||||||
<FunctionsTargetPath>$(PublishDir)\$([System.IO.Path]::GetFileName($(TargetPath)))</FunctionsTargetPath>
|
<FunctionsTargetPath>$(PublishDir)\$(TargetFileName)</FunctionsTargetPath>
|
||||||
<FunctionsOutputPath>$(PublishIntermediateOutputPath)</FunctionsOutputPath>
|
<FunctionsOutputPath>$(PublishIntermediateOutputPath)</FunctionsOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче