bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)

Also fixes some potential Nuget build issues.
This commit is contained in:
Steve Dower 2020-02-29 00:21:46 +00:00 committed by GitHub
parent c2f7eb254b
commit 03153dd145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 25 additions and 24 deletions

View file

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

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoEmbed'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoLayout'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -3,7 +3,7 @@ jobs:
displayName: Make MSIX layout
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

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

View file

@ -3,7 +3,7 @@ jobs:
displayName: Pack MSIX bundles
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

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

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoMSIX'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -114,7 +114,7 @@ jobs:
condition: and(succeeded(), not(variables['SigningCertificate']))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
steps:
- checkout: none

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoEmbed'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -3,7 +3,7 @@ jobs:
displayName: Test MSI
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all

View file

@ -4,7 +4,7 @@ jobs:
condition: and(succeeded(), eq(variables['DoNuget'], 'true'))
pool:
vmName: win2016-vs2017
vmImage: windows-2019
workspace:
clean: all