1 Star 0 Fork 0

超哥 / templating

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dn3buildmode-release.cmd 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mike Lorbetske 提交于 2017-03-14 00:11 . Cleanup whitespace
@echo off
SET DN3B=Release
echo dotnet-new3 build configuration set to %DN3B%
PUSHD %~DP0\src\dotnet-new3\bin\%DN3B%\netcoreapp1.0\win10-x64
IF "%OLDPATH%" == "" (SET "OLDPATH=%PATH%")
SET "PATH=%CD%;%OLDPATH%"
POPD
1
https://gitee.com/yhc2020/templating.git
git@gitee.com:yhc2020/templating.git
yhc2020
templating
templating
rel/2.1.0-preview2

搜索帮助