I want to deploy my webjob ( dotnet core 2.0 commandline application
) through 'release'
defination. My drop
folder contains webjob named 'MyWebjob.zip'. I want to copy this to my webapps below directory where all tasks exists
D:\home\site\wwwroot\App_Data\jobs\continuous>
Below is snap of of my existing release
defination
Can anyone tell which copy job is suitable to copy contents from drop
folder to 'wwwroot\App_Data\jobs\continuous
' direcotry?
Or is there any easy way to deploy webjob ( dotnet core 2.0 ) using VSTS?
Note: I can't use FTP for some reason as 'Continuous Integration' is enabled for our project.