Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15173f commit 79fab19Copy full SHA for 79fab19
1 file changed
windows-release/stage-publish-pymanager.yml
@@ -36,6 +36,10 @@ jobs:
36
- group: CPythonSign
37
- ${{ if eq(parameters.SigningCertificate, 'TestSign') }}:
38
- group: CPythonTestSign
39
+ # Override the SigningDescription here, since we're only signing the feed
40
+ # and not the actual binaries.
41
+ - name: SigningDescription
42
+ value: "Python $(Build.BuildNumber)"
43
44
workspace:
45
clean: all
0 commit comments