3 Star 0 Fork 0

mirrors_tonyqus/FastExpressionCompiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.bat 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
echo:
echo:## Starting: RESTORE and BUILD...
echo:
dotnet build -c:Release -v:m
if %ERRORLEVEL% neq 0 goto :error
echo:
echo:## Finished: RESTORE and BUILD
echo:
echo:## Starting: TESTS...
echo:
dotnet run --no-build -c Release --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
if %ERRORLEVEL% neq 0 goto :error
dotnet run --no-build -c Release --project test/FastExpressionCompiler.TestsRunner.Net472/FastExpressionCompiler.TestsRunner.Net472.csproj
if %ERRORLEVEL% neq 0 goto :error
echo:
echo:## Finished: TESTS
echo:## Finished: ALL ##
echo:
exit /b 0
:error
echo:
echo:## :-( Failed with ERROR: %ERRORLEVEL%
echo:
exit /b %ERRORLEVEL%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_tonyqus/FastExpressionCompiler.git
[email protected]:mirrors_tonyqus/FastExpressionCompiler.git
mirrors_tonyqus
FastExpressionCompiler
FastExpressionCompiler
master

搜索帮助