We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49344c commit d3b1842Copy full SHA for d3b1842
pack/Microsoft.Azure.Functions.PythonWorker.targets
@@ -12,7 +12,7 @@
12
<_PythonSupportedRuntime Include="osx-arm64" WorkerPath="OSX/Arm64" />
13
</ItemGroup>
14
15
- <Target Name="GetFunctionsPythonWorkerFiles" BeforeTargets="AssignTargetPaths" DependsOnTargets="_GetFunctionsPythonWorkerFilesNoRuntime;_GetFunctionsPythonWorkerFilesForRuntime">
+ <Target Name="_GetFunctionsPythonWorkerFiles" BeforeTargets="AssignTargetPaths" DependsOnTargets="_GetFunctionsPythonWorkerFilesNoRuntime;_GetFunctionsPythonWorkerFilesForRuntime">
16
<ItemGroup>
17
<None Include="@(_PythonWorkerFiles)" TargetPath="workers/python/%(RecursiveDir)%(Filename)%(Extension)" />
18
0 commit comments