diff options
author | sumneko <sumneko@hotmail.com> | 2019-06-11 10:10:29 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-06-11 10:10:29 +0800 |
commit | b8d457997ea5f6d4a9876bbc6d3ecf75c74d9586 (patch) | |
tree | 1f97b76b55d5fbfc98800959add214fe6be290dc | |
parent | 042971923f0b35d361aea5ffb957473b024049f8 (diff) | |
download | lua-language-server-b8d457997ea5f6d4a9876bbc6d3ecf75c74d9586.zip |
改一下
-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 44f0a0e0..41f72cd5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: cd ../.. displayName: 'PreCompile' - script: | - ./3rd/luamake/luamake.exe rebuild + 3rd/luamake/luamake.exe rebuild displayName: 'Compile' - job: macos |