]> granicus.if.org Git - nethack/commitdiff
Fix Azure pipeline introduced by only checking out a single repository.
authorBart House <bart@barthouse.com>
Sat, 12 Dec 2020 19:47:44 +0000 (11:47 -0800)
committerBart House <bart@barthouse.com>
Sat, 12 Dec 2020 19:47:44 +0000 (11:47 -0800)
If checking out a single repository, the repository is checked out
to the path $(Agent.BuildDirectory)\s instead of
$(Agent.BuildDirectory)\s\<name of repository>.  Modified checkout
to hard code path to avoid this change in behavior.

azure-pipelines.yml

index 2c6eda1c5767689497fb511503fea29f32a7c0f5..0b21c2c744f2ee497917a8488b151db011994969 100644 (file)
@@ -21,6 +21,7 @@ resources:
 steps:
 - checkout: git://NetHack/NetHack@NetHack-3.7  # $(Agent.BuildDirectory)\s\NetHack
   submodules: true
+  path: NetHack
 
 - task: DownloadSecureFile@1
   name: storeKey