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 e376aae commit b536a4eCopy full SHA for b536a4e
1 file changed
windows-release/azure-pipelines.yml
@@ -132,7 +132,6 @@ variables:
132
SourceTag: ${{ parameters.SourceTag }}
133
${{ if ne(parameters.SourceCommit, 'empty') }}:
134
SourceCommit: ${{ parameters.SourceCommit }}
135
- SigningCertificate: ${{ iif(eq(parameters.SigningCertificate, 'Unsigned'), '', parameters.SigningCertificate) }}
136
${{ if eq(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
137
IsRealSigned: true
138
${{ else }}:
0 commit comments