From: nhmall Date: Fri, 11 Dec 2020 20:34:43 +0000 (-0500) Subject: another Lua version bit, this one a recent addition X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abca3d26db71e48b73c450c0af372f7a537734d0;p=nethack another Lua version bit, this one a recent addition --- 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