mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Also fixes some potential Nuget build issues.
This commit is contained in:
parent
c2f7eb254b
commit
03153dd145
18 changed files with 25 additions and 24 deletions
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
displayName: Docs build
|
||||
pool:
|
||||
name: 'Windows Release'
|
||||
#vmName: win2016-vs2017
|
||||
#vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
displayName: Python build
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
@ -91,7 +91,7 @@ jobs:
|
|||
condition: and(succeeded(), ne(variables['DoPGO'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
@ -141,7 +141,7 @@ jobs:
|
|||
displayName: Publish Tcl/Tk Library
|
||||
|
||||
pool:
|
||||
vmName: windows-latest
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoEmbed'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoLayout'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
displayName: Make MSIX layout
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), not(variables['SigningCertificate']))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
variables:
|
||||
ReleaseUri: http://www.python.org/{arch}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
displayName: Pack MSIX bundles
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), and(eq(variables['DoMSI'], 'true'), eq(variables['DoEmbed'], 'true')))
|
||||
|
||||
pool:
|
||||
#vmName: win2016-vs2017
|
||||
#vmImage: windows-2019
|
||||
name: 'Windows Release'
|
||||
|
||||
workspace:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoMSIX'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
condition: and(succeeded(), not(variables['SigningCertificate']))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
steps:
|
||||
- checkout: none
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoEmbed'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
displayName: Test MSI
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
|
||||
|
||||
pool:
|
||||
vmName: win2016-vs2017
|
||||
vmImage: windows-2019
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue