diff options
author | sumneko <sumneko@hotmail.com> | 2019-06-11 10:08:26 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-06-11 10:08:26 +0800 |
commit | 042971923f0b35d361aea5ffb957473b024049f8 (patch) | |
tree | 664841b645995f86d1031934784b564c5d4b7ee2 | |
parent | 69c9ac827f7756df44fbb89963342e75e550edba (diff) | |
download | lua-language-server-042971923f0b35d361aea5ffb957473b024049f8.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 5c185af7..44f0a0e0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: cd ../.. displayName: 'PreCompile' - script: | - "./3rd/luamake/luamake" rebuild + ./3rd/luamake/luamake.exe rebuild displayName: 'Compile' - job: macos |