From abca3d26db71e48b73c450c0af372f7a537734d0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 11 Dec 2020 15:34:43 -0500 Subject: [PATCH] another Lua version bit, this one a recent addition --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02d614c8f..30324cf9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ resources: - repository: luarepo type: github name: lua/lua - ref: refs/tags/v5.4.1 + ref: refs/tags/v5.4.2 endpoint: github.com_barthouse steps: @@ -39,7 +39,7 @@ steps: - task: CopyFiles@2 inputs: SourceFolder: $(Agent.BuildDirectory)\s\lua - TargetFolder: $(Agent.BuildDirectory)\s\NetHack\lib\lua-5.4.1\src + TargetFolder: $(Agent.BuildDirectory)\s\NetHack\lib\lua-5.4.2\src condition: eq( variables['Agent.OS'], 'Windows_NT' ) - task: MSBuild@1 -- 2.50.1