File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 7272 (dir "*\__install__.json").FullName
7373 python "$(Build.SourcesDirectory)\windows-release\merge-and-upload.py"
7474 workingDirectory: $(Build.BinariesDirectory)
75+ condition: and(succeeded(), ne(variables['IsRealSigned'], 'true'))
76+ displayName: 'Produce uploadable ZIPs'
77+ env:
78+ NO_UPLOAD: 1
79+ INDEX_URL: '$(PyDotOrgUrlPrefix)python/index-windows.json'
80+ INDEX_FILE: '$(Build.ArtifactStagingDirectory)\index\index-windows.json'
81+ MANIFEST_FILE: '$(Build.ArtifactStagingDirectory)\index\windows.json'
82+
83+ - powershell : |
84+ "Uploading following packages:"
85+ (dir "__install__.*.json").FullName
86+ (dir "*\__install__.json").FullName
87+ python "$(Build.SourcesDirectory)\windows-release\merge-and-upload.py"
88+ workingDirectory: $(Build.BinariesDirectory)
89+ condition: and(succeeded(), eq(variables['IsRealSigned'], 'true'))
7590 displayName: 'Upload ZIPs'
7691 env:
7792 INDEX_URL: '$(PyDotOrgUrlPrefix)python/index-windows.json'
You can’t perform that action at this time.
0 commit comments