summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 19:39:22 -0500
committerGitHub <noreply@github.com>2019-08-28 19:39:22 -0500
commit2642dfb7aba0c2e199328d8f5693eb3afef2d505 (patch)
tree12574d81aeb2e803c253d2d02fbfeeffac950cdf /azure-pipelines.yml
parent68af47a4979da1337624cca3e88f1cf6de3134ce (diff)
downloadlua-language-server-2642dfb7aba0c2e199328d8f5693eb3afef2d505.zip
Update azure-pipelines.yml
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ab84f592..dc19b758 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -93,7 +93,7 @@ jobs:
cd ../..
displayName: 'Compile luamake'
- bash: |
- server/Linux -r
+ rm server/Linux -r
./3rd/luamake/luamake rebuild
displayName: 'Compile'
- bash: |