mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-10923 Disable the VS2015 build until the Azure VM image has a working Python 3.
This commit is contained in:
parent
47d455a725
commit
8a3e1b8d36
1 changed files with 24 additions and 22 deletions
|
@ -81,25 +81,27 @@ jobs:
|
|||
filename: icu4c/source/allinone/icucheck.bat
|
||||
arguments: 'x86 Release'
|
||||
#-------------------------------------------------------------------------
|
||||
- job: ICU4C_MSVC_x64_Release_VS2015
|
||||
displayName: 'C: MSVC 64-bit Release (VS 2015)'
|
||||
timeoutInMinutes: 30
|
||||
pool:
|
||||
vmImage: 'vs2015-win2012r2'
|
||||
demands:
|
||||
- msbuild
|
||||
- visualstudio
|
||||
- Cmd
|
||||
steps:
|
||||
- task: VSBuild@1
|
||||
displayName: 'Build Solution'
|
||||
inputs:
|
||||
solution: icu4c/source/allinone/allinone.sln
|
||||
platform: x64
|
||||
configuration: Release
|
||||
msbuildArgs: '/p:SkipUWP=true'
|
||||
- task: BatchScript@1
|
||||
displayName: 'Run Tests (icucheck.bat)'
|
||||
inputs:
|
||||
filename: icu4c/source/allinone/icucheck.bat
|
||||
arguments: 'x64 Release'
|
||||
# Disabled until the VS2015 image has Python 3 working.
|
||||
#
|
||||
#- job: ICU4C_MSVC_x64_Release_VS2015
|
||||
# displayName: 'C: MSVC 64-bit Release (VS 2015)'
|
||||
# timeoutInMinutes: 30
|
||||
# pool:
|
||||
# vmImage: 'vs2015-win2012r2'
|
||||
# demands:
|
||||
# - msbuild
|
||||
# - visualstudio
|
||||
# - Cmd
|
||||
# steps:
|
||||
# - task: VSBuild@1
|
||||
# displayName: 'Build Solution'
|
||||
# inputs:
|
||||
# solution: icu4c/source/allinone/allinone.sln
|
||||
# platform: x64
|
||||
# configuration: Release
|
||||
# msbuildArgs: '/p:SkipUWP=true'
|
||||
# - task: BatchScript@1
|
||||
# displayName: 'Run Tests (icucheck.bat)'
|
||||
# inputs:
|
||||
# filename: icu4c/source/allinone/icucheck.bat
|
||||
# arguments: 'x64 Release'
|
Loading…
Add table
Reference in a new issue