23 Star 31 Fork 8

e2wugui / zeze

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PublishGen.bat 176 Bytes
一键复制 编辑 原始数据 按行查看 历史
dwing 提交于 2024-02-23 12:59 . 增加PublishGen脚本
@echo off
setlocal
pushd %~dp0
rem del /s/q publish\* 2>nul
dotnet publish Gen -c Release -r win-x64 --self-contained -o publish
copy /y UnitTest\NLog.config publish\
pause
C#
1
https://gitee.com/e2wugui/zeze.git
git@gitee.com:e2wugui/zeze.git
e2wugui
zeze
zeze
master

搜索帮助