Closed forki closed 6 years ago
Are you running publish command from root folder with fsproj
or from publish
folder? I've seen the former "succeed" but with 0 functions published.
I'm copying everything into a publish folder and call cli from there.
Do you see function.json
in function subfolders in publish
folder? Do you see the same in Kudu after publishing?
Thank you. looking into generated function.json was indeed helpful. It's using a different path.
It looks like the path is actually wrong when you use dotnet publish. Anyway I changed my deploy script to massage the function.json accordingly and it's working now. Many thanks.
The path looks ok to me, it resembles the structure that I get from dotnet publish
(bin
on the same level as function folders).
yes structure just changed. I'm trying to update my script accordingly. thanks
do you run publish from that folder? It doesn't show anything in portal for me
I tried to convert a function from function.json style to https://github.com/mikhailshilkov/tictactoe/blob/master/TicTacToe.Functions/Functions.fs#L53, but after CLI push it doesn't show anymore in the portal!? Any ideas?