diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-29 00:30:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-29 00:30:19 +0800 |
commit | 6571517791235d74d37d9c3f1f932cdd7196f4c0 (patch) | |
tree | 14a52fcace73e552460521950b312512bff93455 | |
parent | a3069a5187761a56ca0c51f2fc2d6bcf0a1d1c4b (diff) | |
download | lua-language-server-6571517791235d74d37d9c3f1f932cdd7196f4c0.zip |
Macos 与 Linux 提升文件复制上限
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07516072..351b4c8d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,6 +62,7 @@ jobs: cd .. displayName: 'Install Client' - bash: | + ulimit -n 10000 server/Macos/bin/lua-language-server server/publish.lua displayName: 'Publish' - task: CopyFiles@2 @@ -99,6 +100,7 @@ jobs: cd .. displayName: 'Install Client' - bash: | + ulimit -n 10000 server/Linux/bin/lua-language-server server/publish.lua displayName: 'Publish' - task: CopyFiles@2 |