Skip to content

Commit d3b1842

Browse files
committed
Add underscore to target name
1 parent f49344c commit d3b1842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack/Microsoft.Azure.Functions.PythonWorker.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<_PythonSupportedRuntime Include="osx-arm64" WorkerPath="OSX/Arm64" />
1313
</ItemGroup>
1414

15-
<Target Name="GetFunctionsPythonWorkerFiles" BeforeTargets="AssignTargetPaths" DependsOnTargets="_GetFunctionsPythonWorkerFilesNoRuntime;_GetFunctionsPythonWorkerFilesForRuntime">
15+
<Target Name="_GetFunctionsPythonWorkerFiles" BeforeTargets="AssignTargetPaths" DependsOnTargets="_GetFunctionsPythonWorkerFilesNoRuntime;_GetFunctionsPythonWorkerFilesForRuntime">
1616
<ItemGroup>
1717
<None Include="@(_PythonWorkerFiles)" TargetPath="workers/python/%(RecursiveDir)%(Filename)%(Extension)" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)