Skip to content

Commit 118b038

Browse files
committed
Try v1 signing
1 parent 5b05348 commit 118b038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,6 @@ stages:
255255
dependsOn: Test
256256
condition: eq(variables['System.TeamProject'], 'devdiv') # only sign the packages when running on Windows, and using the private server which has the certificates
257257
jobs:
258-
- template: sign-artifacts/jobs/v2.yml@internal-templates
258+
- template: sign-artifacts/jobs/v1.yml@internal-templates
259259
parameters:
260260
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'],'refs/tags/'))

0 commit comments

Comments
 (0)