CI remove msbuild@1 task
Per https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user