Skip to content

Commit 81c50aa

Browse files
authored
Sign and pack Microsoft.Identity.Client.Desktop.WinUI3 (#5464)
update
1 parent 7890844 commit 81c50aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/template-pack-and-sign-all-nugets.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ steps:
2323
ProjectRootPath: '$(Build.SourcesDirectory)\$(MsalSourceDir)src\client'
2424
AssemblyName: 'Microsoft.Identity.Client.Desktop'
2525

26+
# Sign binary and pack Microsoft.Identity.Client.Desktop.WinUI3
27+
- template: template-pack-and-sign-nuget.yaml
28+
parameters:
29+
BuildConfiguration: ${{ parameters.BuildConfiguration }}
30+
ProjectRootPath: '$(Build.SourcesDirectory)\$(MsalSourceDir)src\client'
31+
AssemblyName: 'Microsoft.Identity.Client.Desktop.WinUI3'
32+
2633
# Sign binary and pack Microsoft.Identity.Client.Broker
2734
- template: template-pack-and-sign-nuget.yaml
2835
parameters:

0 commit comments

Comments
 (0)