diff options
Diffstat (limited to 'azure-pipelines.yml')
-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 |