diff options
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 3b409171..b9fa192c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: displayName: 'Init' - script: | cd 3rd\luamake - tools\ninja.exe -f ninja\msvc.ninja + .\msvc_build.bat cd ..\.. displayName: 'Compile luamake' - script: | |