From 436b26c699bcf3898be5d831af7721de2f25e8b5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 2 Jun 2025 12:32:28 -0400 Subject: [PATCH] Revert "CI remove msbuild@1 task" This reverts commit c7484730cc49ef3998c7762de7e7ba414063c755. --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6339d52e8..2461ba45a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -114,6 +114,14 @@ steps: condition: eq( variables.toolchain, 'vs' ) displayName: 'Copying store key' +- task: MSBuild@1 + inputs: + solution: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln + platform: Win32 + configuration: Debug + condition: eq( variables.toolchain, 'vs' ) + displayName: 'Visual Studio Build' + - bash: | export ADD_LUA=Y export WANT_LUAC=N