Skip to content

Commit aa586ad

Browse files
committed
Go back to v2 signing
1 parent af23477 commit aa586ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +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/v1.yml@internal-templates
258+
- template: sign-artifacts/jobs/v2.yml@internal-templates
259259
parameters:
260-
signTags: true
261260
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

0 commit comments

Comments
 (0)