1 Star 0 Fork 0

超哥 / templating

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
templates-build.cmd 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
mlorbetske 提交于 2017-05-25 12:16 . Create split CI configurations
@echo off
SET DN3BASEDIR=%~dp0
PUSHD %~dp0\src
SET DN3B=Release
echo Using build configuration "%DN3B%"...
SET DN3FFB=$true
CALL "%~dp0\harderreset.cmd"
mkdir %~dp0\dev 1>nul
echo "Calling build.ps1"
powershell -NoProfile -NoLogo -Command "& \"%~dp0build.ps1\" -Configuration %DN3B% -CIBuild $true -TemplatesBuild $true -PerformFullFrameworkBuild %DN3FFB%; exit $LastExitCode;"
echo Done.
POPD
1
https://gitee.com/yhc2020/templating.git
git@gitee.com:yhc2020/templating.git
yhc2020
templating
templating
rel/2.1.0-preview2

搜索帮助