摘要: powershell命令行找System.Management.Automation.dll命令 : [psobject].Assembly.Location powershell命令行找System.Management.Automation.dll命令 : [psobject].Assembly 阅读全文
posted @ 2017-05-19 15:04 小小高 阅读(3330) 评论(0) 推荐(1)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace setIp { public class Command { /**/ /// /// ... 阅读全文
posted @ 2017-05-19 14:25 小小高 阅读(571) 评论(0) 推荐(1)
摘要: 新建build.cake文件: 在powershell中执形:build.ps1 会 build当前解决方案下的所有项目 更多用法参考: http://cakebuild.net/ 阅读全文
posted @ 2017-05-19 12:11 小小高 阅读(1185) 评论(0) 推荐(0)