1 Star 0 Fork 0

芝麻科技 / AutoMapper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
psake.cmd 484 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Jimmy Bogard 提交于 2017-04-05 16:08 . Cleaning out the junk drawer
@echo off
rem Helper script for those who want to run psake from cmd.exe
rem Example run from cmd.exe:
rem psake "default.ps1" "BuildHelloWord" "4.0"
if '%1'=='/?' goto help
if '%1'=='-help' goto help
if '%1'=='-h' goto help
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\psake.ps1' %*; if ($psake.build_success -eq $false) { exit 1 } else { exit 0 }"
exit /B %errorlevel%
:help
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\psake.ps1' -help"
1
https://gitee.com/sesametech-group/AutoMapper.git
git@gitee.com:sesametech-group/AutoMapper.git
sesametech-group
AutoMapper
AutoMapper
master

搜索帮助

14c37bed 8189591 565d56ea 8189591