mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Skip signing side-loadable MSIX for Windows (GH-30644)
We currently do not release these files, and so there's nothing lost by signing them. Our code signing certificate is somehow incompatible with signing MSIX files. We may be able to re-enable this when we next renew, or if Microsoft updates their signing tool to work with our certificate.
This commit is contained in:
		
							parent
							
								
									c118c2455c
								
							
						
					
					
						commit
						d6c6e6ba73
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -96,7 +96,9 @@ jobs:
 | 
			
		|||
  displayName: Sign side-loadable MSIX bundles
 | 
			
		||||
  dependsOn:
 | 
			
		||||
  - Pack_MSIX
 | 
			
		||||
  condition: and(succeeded(), variables['SigningCertificate'])
 | 
			
		||||
  # Our current certificate does not support MSIX signing, so we unconditionally skip this step
 | 
			
		||||
  #condition: and(succeeded(), variables['SigningCertificate'])
 | 
			
		||||
  condition: false
 | 
			
		||||
 | 
			
		||||
  pool:
 | 
			
		||||
    name: 'Windows Release'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue