microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
280 stars 423 forks source link

Deploy from a folder option is missing #273

Open joriyann opened 7 years ago

joriyann commented 7 years ago

Hello,

While I was experimenting on my.visualsyudio.com, I tried the IIS Website Deployment template and it was containing the IIS Web App Deploy(Preview) task that allow to deploy to an IIS website from a Package or Folder. I wanted to use the Folder option.

When I tried to look for more information about the task, I was redirected to the IIS Web App Deployment Using WinRM that only allow Web Deploy Package as deployment source.

I am not able to generate a zip package for the deployment so I would like to use the Folder option.

How can I choose the folder option from the WinRM extension ? Do you plan to implement this feature ?

Thanks

niadak commented 7 years ago

@joriyann , Thanks for your feedback. Supporting folder for this task is in our backlog.

You can try out Deployment Group feature which is pull based deployment model. You can configure agent on the target Machine and use IIS Web Deploy task where we support folder. Please refer to the below docs for more details.

https://www.youtube.com/watch?v=535HmFjzrmg https://docs.microsoft.com/en-us/vsts/build-release/concepts/definitions/release/deployment-groups/ https://docs.microsoft.com/en-us/vsts/build-release/concepts/definitions/release/deployment-groups/howto-provision-deployment-group-agents https://blogs.msdn.microsoft.com/devops/2017/05/11/announcing-public-preview-of-the-new-deployment-groups-in-release-management/

Let us know if this helps.