deploy to remote server by one button click功能
使用插件前 我要发布一个netcore的项目到阿里云的windows服务器的话我一般需要如下的步骤: 1. vs中发布网站到c:/temp/website 目录下 2. 远程桌面连接上远程服务器WIN2012或者以上版本 在使用插件后 我只需要点一个按钮。。。 1.iis deploy support (support increment deploy and rollback) | iis一键发布自动部署 支持增量和回滚support deploy netcore project and netframework project to the remote server iis by one click. if remote server not exist the website in iis.will automatically create. require to install deploy agent in the remote windows server. 支持一键部署 netcore 和 netframework发布到远程机器的iis (支持mvc webapi) 支持website自动创建 2.docker deploy support(support rollback ) | docker一键发布自动部署support deploy netcore project to the remote linux server as a docker container by one click. test success in centos7+ and ubuntu 16.04 + no need deploy agent installed in the linux server. 支持 一键部署netcore项目发布到linux服务器的docker容器 在 centos7+ 和ubuntu 16.04 + 测试成功 不需要在linux上安装agent 3.window service delpoy support(support increment deploy and rollback) | windowsservice一键发布自动部署support deploy netcore project and netframework project to the remote server windows services by one click. if service not exist on remote server will automatically create. require to install deploy agent in the remote windows server. 支持netcore和netframework发布 支持windowsservice自动创建 注意:windowsservice的话需要在windows服务器上部署一个windows service服务。windows server deploy need install agent | agent下载地址和使用方法请参考:how to install agent: https://github.com/yuzd/AntDeployAgent installed antdeploy vs plugin success| 安装成功后 如下:IIS deploy page:Docker deploy page:WindowsService deploy page:setting page:how to set https://github.com/yuzd/AntDeployAgent/issues/8 Quick Start
how antdeploy workhow antdeploy agent work in windows serverhow antdeploy work in linux serverSource Codehttps://github.com/yuzd/AntDeployAgent https://github.com/yuzd/AntDeploy QA & DEMO【demo】deploy netcore project to Docker : https://github.com/yuzd/AntDeployAgent/issues/6 【demo】deploy netframework mvc project to remote iis :https://github.com/yuzd/AntDeployAgent/issues/2 【demo】deploy netcore mvc project to remote iis : https://github.com/yuzd/AntDeployAgent/issues/3 【demo】deploy netframework windows service project to remote server :https://github.com/yuzd/AntDeployAgent/issues/4 【demo】deploy netcore windows service project to remote server : https://github.com/yuzd/AntDeployAgent/issues/5 【how to install agent in windows server】https://github.com/yuzd/AntDeployAgent/issues/1 【why need to install agent in windows server】https://github.com/yuzd/AntDeployAgent/issues/7 一键发布工具(ant deploy tool)AntDeploy交流反馈QQ群 Change LOG3.2
3.1
3.0
2.9
2.8
2.7
2.6增量发布bug修复 2.5增量发布功能:
注意:docker发布不支持增量 2.4窗体改成Showmodel模式 规避忘记关导致进程占用操作vs会卡死的问题 2.3
/{文件夹名称}?.+
2.2vs插件:紧急修复运行插件后,关闭vs出现关不掉的bug 2.1
|