From ec3635cc70ec19aabacd7b85ae71d035cfb59a7e Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 18 Oct 2021 10:52:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=96=B0=E5=A2=9E=20LubanTool.sln=E5=90=8E=20src?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=8C=85=E5=90=AB=E5=A4=9A=E4=B8=AAsln?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=20travis=E8=84=9A=E6=9C=AC=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24dca6d..9ea1bb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ mono: none dotnet: 5.0 script: - cd src - - dotnet restore - - dotnet build \ No newline at end of file + - dotnet restore Luban.sln + - dotnet build Luban.sln \ No newline at end of file