Skip to content

Commit 4da089c

Browse files
committed
Wrap script properly
1 parent 73840c6 commit 4da089c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ci/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)