Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit f73ff83

Browse files
authored
Update azure-pipelines.yml
1 parent b415c9d commit f73ff83

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ stages:
6262
- template: .ci/build.yml@components
6363
parameters:
6464
areaPath: 'DevDiv\Xamarin SDK\Build and Tools'
65-
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
65+
66+
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
67+
- stage: signing
68+
displayName: Sign Artifacts
69+
dependsOn: [ 'build' ]
70+
jobs:
6671
- template: sign-artifacts/jobs/v1.yml@internal-templates
6772
parameters:
6873
additionalConditions: eq(variables['Build.SourceBranch'], 'refs/heads/main')

0 commit comments

Comments
 (0)