Skip to content

Commit

Permalink
Update ESRPCodeSigning to 2 (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
kythant authored Mar 2, 2023
1 parent 403ed38 commit df2a0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ProjectReunion-BuildFoundation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
filePath: 'BuildAll.ps1'
arguments: -Platform "x86,x64,arm64" -Configuration "release" -AzureBuildStep "StageFiles"

- task: EsrpCodeSigning@1
- task: EsrpCodeSigning@2
inputs:
ConnectedServiceName: 'Project Reunion ESRP Code Signing Connection'
FolderPath: '$(Build.SourcesDirectory)\BuildOutput\FullNuget'
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
filePath: 'BuildAll.ps1'
arguments: -Platform "x64" -Configuration "release" -AzureBuildStep "PackNuget" -OutputDirectory "$(build.artifactStagingDirectory)\FullNuget" -PackageVersion "$(packageVersion)"

- task: EsrpCodeSigning@1
- task: EsrpCodeSigning@2
inputs:
ConnectedServiceName: 'Project Reunion ESRP Code Signing Connection'
FolderPath: $(build.artifactStagingDirectory)\FullNuget
Expand Down

0 comments on commit df2a0da

Please sign in to comment.