Revert "CI remove msbuild@1 task"

This reverts commit c7484730cc.
This commit is contained in:
nhmall
2025-06-02 12:32:28 -04:00
parent c7484730cc
commit 436b26c699

View File

@@ -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