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

Commit

Permalink
Update signing to v2 (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Dick <jodick@microsoft.com>
  • Loading branch information
mattleibow and Redth committed Nov 6, 2020
1 parent caca72c commit e1f019f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions SignList.xml
@@ -0,0 +1,16 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<ItemGroup>
<FirstParty Include="Firebase.*.dll" />
<FirstParty Include="Google.*.dll" />
</ItemGroup>

<ItemGroup>
<!-- <ThirdParty Include="..." /> -->
</ItemGroup>

<ItemGroup>
<!-- <Skip Include="..." /> -->
</ItemGroup>

</Project>
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -8,6 +8,7 @@ resources:
type: github
name: xamarin/yaml-templates
endpoint: xamarin
ref: refs/heads/main
- repository: components
type: github
name: xamarin/XamarinComponents
Expand All @@ -27,9 +28,7 @@ jobs:
windowsImage: ''
xcode: '12'
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
- template: sign-artifacts/jobs/v1.yml@internal-templates
- template: sign-artifacts/jobs/v2.yml@internal-templates
parameters:
dependsOn: [ 'build' ]
signTags: true
signMain: true
realSign: true
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

0 comments on commit e1f019f

Please sign in to comment.