summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
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