1 Star 0 Fork 0

jenkin/server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-components.bat 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexander.Trofimov 提交于 2019-10-29 19:48 +08:00 . [install] Add
ECHO OFF
ECHO.
ECHO ----------------------------------------
ECHO Start Download Visual Studio Build Tools
ECHO ----------------------------------------
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.visualstudio.microsoft.com/download/pr/11503713/e64d79b40219aea618ce2fe10ebd5f0d/vs_BuildTools.exe', 'vs_BuildTools.exe')"
ECHO.
ECHO ----------------------------------------
ECHO End Download Visual Studio Build Tools
ECHO ----------------------------------------
ECHO.
ECHO ----------------------------------------
ECHO Start Install Visual Studio Build Tools
ECHO ----------------------------------------
vs_buildtools.exe --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --quiet --wait
ECHO.
ECHO ----------------------------------------
ECHO End Install Visual Studio Build Tools
ECHO ----------------------------------------
DEL "vs_buildtools.exe"
PAUSE
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jenkin-git/server.git
git@gitee.com:jenkin-git/server.git
jenkin-git
server
server
master

搜索帮助