File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ stages:
153153 scriptLocation : inlineScript
154154 inlineScript : |
155155 dir -r *.exe, *.pyd | %{
156- sign code trusted-signing "$_"
157- -fd sha256 -t http://timestamp.acs.microsoft.com -td sha256
158- -tse "$(TrustedSigningUri)" -tsa "$(TrustedSigningAccount)" -tscp "$(TrustedSigningCertificateName)"
159- -d "PyManager $(Build.BuildNumber)"
160- -fl $env:SIGNLIST1
156+ sign code trusted-signing "$_" `
157+ -fd sha256 -t http://timestamp.acs.microsoft.com -td sha256 `
158+ -tse "$(TrustedSigningUri)" -tsa "$(TrustedSigningAccount)" -tscp "$(TrustedSigningCertificateName)" `
159+ -d "PyManager $(Build.BuildNumber)" `
160+ -fl $env:SIGNLIST1
161161 }
162162 workingDirectory : $(LAYOUT_DIR)
163163
@@ -189,11 +189,11 @@ stages:
189189 scriptLocation : inlineScript
190190 inlineScript : |
191191 dir *.msix, *.msi | %{
192- sign code trusted-signing "$_"
193- -fd sha256 -t http://timestamp.acs.microsoft.com -td sha256
194- -tse "$(TrustedSigningUri)" -tsa "$(TrustedSigningAccount)" -tscp "$(TrustedSigningCertificateName)"
195- -d "PyManager $(Build.BuildNumber)"
196- -fl $env:SIGNLIST2
192+ sign code trusted-signing "$_" `
193+ -fd sha256 -t http://timestamp.acs.microsoft.com -td sha256 `
194+ -tse "$(TrustedSigningUri)" -tsa "$(TrustedSigningAccount)" -tscp "$(TrustedSigningCertificateName)" `
195+ -d "PyManager $(Build.BuildNumber)" `
196+ -fl $env:SIGNLIST2
197197 }
198198 workingDirectory : $(DIST_DIR)
199199
You can’t perform that action at this time.
0 commit comments