From: Bart House Date: Sat, 30 Jan 2021 00:56:05 +0000 (-0800) Subject: Fixing azure pipeline build to use correct project. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2d76d09b2229f542db5831a47996cb6a04d175a;p=nethack Fixing azure pipeline build to use correct project. --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7954b5c16..2017c7580 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,7 +101,7 @@ steps: echo "CXX: $CXX" displayName: 'Echoing variables' -- checkout: git://NetHack/NetHackTest@pipeline-test +- checkout: git://NetHack/NetHack@NetHack-3.7 submodules: true path: $(netHackPath) # $(Agent.BuildDirectory)/$(netHackPath)