We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7890844 commit 81c50aaCopy full SHA for 81c50aa
build/template-pack-and-sign-all-nugets.yaml
@@ -23,6 +23,13 @@ steps:
23
ProjectRootPath: '$(Build.SourcesDirectory)\$(MsalSourceDir)src\client'
24
AssemblyName: 'Microsoft.Identity.Client.Desktop'
25
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
+
33
# Sign binary and pack Microsoft.Identity.Client.Broker
34
- template: template-pack-and-sign-nuget.yaml
35
parameters:
0 commit comments