码迷,mamicode.com
首页 > Web开发 > 详细

用 Jenkins + .netcore 2.0 构建

时间:2018-05-09 19:40:27      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:config   读取   otn   tor   net   项目   还原   .net   col   

上一篇是关于 .net framework 框架的, 今天是关于 .netcore 2.0 的

这里为大家分享 配置中踩到的坑

 

cd %WORKSPACE%\"需要还原的项目目录"
dotnet restore --configfile NuGet.Config    这句是关键, vs2017 会默认读取该文件,,但是 命令必须指定!!!
dotnet build --framework netcoreapp2.0 --configuration Release --output bin\Release
dotnet publish --configuration Release --output "输出目录"

 

用 Jenkins + .netcore 2.0 构建

标签:config   读取   otn   tor   net   项目   还原   .net   col   

原文地址:https://www.cnblogs.com/allenxt/p/9015696.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!