Skip to content

Commit

Permalink
adding signing for the Microsoft.Identity.Web.UI.View DLL (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored Apr 10, 2020
1 parent f2e4e2a commit 5598aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/template-pack-and-sign-all-nugets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
parameters:
BuildConfiguration: ${{ parameters.BuildConfiguration }}
ProjectRootPath: '$(Build.SourcesDirectory)\src\Microsoft.Identity.Web.UI'
AssemblyName: 'Microsoft.Identity.Web.UI'
AssemblyName: 'Microsoft.Identity.Web.UI*'

# Copy all packages out to staging
- task: CopyFiles@2
Expand Down

0 comments on commit 5598aa7

Please sign in to comment.