]> granicus.if.org Git - nethack/commitdiff
pipelines update
authornhmall <nhmall@nethack.org>
Fri, 4 Jun 2021 04:01:37 +0000 (00:01 -0400)
committernhmall <nhmall@nethack.org>
Fri, 4 Jun 2021 04:01:37 +0000 (00:01 -0400)
azure-pipelines.yml

index 10b0c8d7a9b88311e1ec10f7652675307e193999..93be2423fed43cfc077b44b882ad6a695f60742f 100644 (file)
@@ -111,13 +111,13 @@ steps:
   inputs:
     contents: NetHackPackage_StoreKey.pfx
     SourceFolder: $(Agent.TempDirectory)
-    TargetFolder: $(Agent.BuildDirectory)/$(netHackPath)/win/win32/vs
+    TargetFolder: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs
   condition: eq( variables.toolchain, 'vs' )
   displayName: 'Copying store key'
 
 - task: MSBuild@1
   inputs:
-    solution: $(Agent.BuildDirectory)/$(netHackPath)/win/win32/vs/NetHack.sln
+    solution: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln
     platform: Win32
     configuration: Debug
   condition: eq( variables.toolchain, 'vs' )