summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-29 00:39:11 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-29 00:39:11 +0800
commitccb333f608c79d16c51d1718859ae26229728c87 (patch)
tree324bed6d16da7ed02849d73683bca7f7129e8b7c
parenta674d7b74ea545c4d3abd7703fa1667c4ac1346b (diff)
downloadlua-language-server-ccb333f608c79d16c51d1718859ae26229728c87.zip
试试
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index abbf1c89..18fd3868 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -62,6 +62,9 @@ jobs:
cd ..
displayName: 'Install Client'
- bash: |
+ cd server
+ ls
+ cd ..
ulimit -n 10000
./server/Macos/bin/lua-language-server server/publish.lua
displayName: 'Publish'
@@ -100,6 +103,9 @@ jobs:
cd ..
displayName: 'Install Client'
- bash: |
+ cd server
+ ls
+ cd ..
ulimit -n 10000
./server/Linux/bin/lua-language-server server/publish.lua
displayName: 'Publish'