diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-29 00:33:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-29 00:33:18 +0800 |
commit | a674d7b74ea545c4d3abd7703fa1667c4ac1346b (patch) | |
tree | cf9a8bacd1903fe55ac57790e7ec6f561dc5e8ce /azure-pipelines.yml | |
parent | 6571517791235d74d37d9c3f1f932cdd7196f4c0 (diff) | |
download | lua-language-server-a674d7b74ea545c4d3abd7703fa1667c4ac1346b.zip |
修正
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 351b4c8d..abbf1c89 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,7 +63,7 @@ jobs: displayName: 'Install Client' - bash: | ulimit -n 10000 - server/Macos/bin/lua-language-server server/publish.lua + ./server/Macos/bin/lua-language-server server/publish.lua displayName: 'Publish' - task: CopyFiles@2 inputs: @@ -101,7 +101,7 @@ jobs: displayName: 'Install Client' - bash: | ulimit -n 10000 - server/Linux/bin/lua-language-server server/publish.lua + ./server/Linux/bin/lua-language-server server/publish.lua displayName: 'Publish' - task: CopyFiles@2 inputs: |