From f385f36c063936e8edaec1fe8a7ab5a3474d47fc Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 2 Jun 2025 12:35:31 -0400 Subject: [PATCH] more Windows CI testing --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2461ba45a..9da64ea50 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -114,7 +114,7 @@ steps: condition: eq( variables.toolchain, 'vs' ) displayName: 'Copying store key' -- task: MSBuild@1 +- task: VSBuild@1 inputs: solution: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln platform: Win32