diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 19:39:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 19:39:22 -0500 |
commit | 2642dfb7aba0c2e199328d8f5693eb3afef2d505 (patch) | |
tree | 12574d81aeb2e803c253d2d02fbfeeffac950cdf /azure-pipelines.yml | |
parent | 68af47a4979da1337624cca3e88f1cf6de3134ce (diff) | |
download | lua-language-server-2642dfb7aba0c2e199328d8f5693eb3afef2d505.zip |
Update azure-pipelines.yml
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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: | |