Skip to content

Commit

Permalink
Update signing service connection (#492)
Browse files Browse the repository at this point in the history
* Update the name of the signing service connection

* Need to update another .yml
  • Loading branch information
sotteson1 committed Jan 26, 2022
1 parent 6d95280 commit 94b7833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/signstep1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
- task: EsrpCodeSigning@1
displayName: ✒ Authenticode sign
inputs:
ConnectedServiceName: Undocked RegFree Signing Connection
ConnectedServiceName: Xlang Code Signing
FolderPath: $(System.DefaultWorkingDirectory)\bin\Microsoft.Windows.CsWin32\$(BuildConfiguration)\netstandard2.0
Pattern: Microsoft.Windows.CsWin32.dll
signConfigType: inlineSignParams
Expand Down Expand Up @@ -47,7 +47,7 @@ steps:
enabled: false # till we get it working
displayName: ✒ Authenticode sign (3rd party)
inputs:
ConnectedServiceName: Undocked RegFree Signing Connection
ConnectedServiceName: Xlang Code Signing
FolderPath: $(NUGET_PACKAGES)\yamldotnet\9.1.0\lib\netstandard1.3
Pattern: YamlDotNet.dll
signConfigType: inlineSignParams
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/signstep2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
- task: EsrpCodeSigning@1
displayName: ✒ NuGet sign
inputs:
ConnectedServiceName: Undocked RegFree Signing Connection
ConnectedServiceName: Xlang Code Signing
FolderPath: $(System.DefaultWorkingDirectory)\bin\Packages\$(BuildConfiguration)\NuGet
Pattern: Microsoft.Windows.CsWin32.*.nupkg
signConfigType: inlineSignParams
Expand Down

0 comments on commit 94b7833

Please sign in to comment.