From d27c507c160a12a1c811990887667ec81a868716 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 4 Jun 2021 00:01:37 -0400 Subject: [PATCH] pipelines update --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 10b0c8d7a..93be2423f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' )