1 Star 0 Fork 0

超哥 / templating

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.cmd 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mike Lorbetske 提交于 2016-05-29 12:20 . Simplified config
@echo off
SET DN3B=Debug
CALL %~dp0\harderreset.cmd
SET DN3B=Release
CALL %~dp0\harderreset.cmd
CALL %~dp0\setup.cmd
dotnet publish %~dp0\src\dotnet-new3 -c Release -r win10-x64 -o . --no-build
MKDIR Builtins
COPY %~dp0\src\dotnet-new3\bin\%DN3B%\netcoreapp1.0\win10-x64\BuiltIns\ BuiltIns /Y
COPY %~dp0\src\dotnet-new3\bin\%DN3B%\netcoreapp1.0\win10-x64\defaultinstall.*.list . /Y
1
https://gitee.com/yhc2020/templating.git
git@gitee.com:yhc2020/templating.git
yhc2020
templating
templating
rel/2.1.0-preview2

搜索帮助