1 Star 0 Fork 787

人海 / FastTunnel

forked from FastTunnel / FastTunnel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.cmd 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
for /d %%p in (FastTunnel.Client,FastTunnel.Server,SuiDao.Client,SuiDao.Server) do (
CD ./%%p
for %%I in (win-x64,osx-x64,linux-x64) do (
dotnet publish -o=../build/%%p.%%I -c=release -r=%%I & echo f |xcopy %~dp0%%p\appsettings.json %~dp0publish\%%p.%%I\appsettings.json
)
cd ../
)
pause
C#
1
https://gitee.com/wangdaoll/FastTunnel.git
git@gitee.com:wangdaoll/FastTunnel.git
wangdaoll
FastTunnel
FastTunnel
master

搜索帮助