vs2022的版本https://marketplace.visualstudio.com/items?itemName=nainaigu.AntDeploy2022 为了支持vs插件异步化 vs2019请使用:https://marketplace.visualstudio.com/items?itemName=nainaigu.AntDeployVsix deploy to remote server by one button click功能
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 LOG6.51.支持设置Http代理(例如,发布到欧洲) 2.Docker发布支持增量和选择特定文件发布 6.21.可以用AntDeploy更新Agent (Agent版本要求>=6.2) 6.01.Agent可以配置是否开启备份的开关 2.Agent可以配置mac地址白名单 只有在白名单地址的才能成功发布 5.51.增加查看发布历史记录功能 2.增加显示发布者的pc名称,mac地址,ip地址 5.01.增加出错重试和中途停止功能 注意 该功能需使用agent>=5.0版本,如果不升级agent会拉取不到重试发布成功的版本记录而影响回滚功能 4.0
3.9
3.8
3.7
3.6
3.5
3.4
3.3
3.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
|