From c7484730cc49ef3998c7762de7e7ba414063c755 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 2 Jun 2025 12:25:30 -0400 Subject: [PATCH] CI remove msbuild@1 task Per https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/ --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2461ba45a..6339d52e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -114,14 +114,6 @@ 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