Skip to content

Commit

Permalink
Updating quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
trwalke committed Apr 26, 2024
1 parent 1f8c22c commit 645a785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/template-Build-run-tests-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ steps:
signing_profile: 'CP-401405'
files_to_sign: '**/*.nupkg'
search_root: '$(Build.SourcesDirectory)\artifacts'
condition: and(succeeded(), eq(variables['PipelineType'], onebranch))
condition: and(succeeded(), eq(variables['PipelineType'], 'onebranch'))

- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: 'Component Detection'
Expand Down
2 changes: 1 addition & 1 deletion build/template-sign-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ steps:
signing_profile: 'external_distribution' #CP-230012 -> https://eng.ms/docs/products/onebranch/signing/containerbuildsigning#signing-using-onebranchpipelinesigning-ado-task
files_to_sign: '${{ parameters.LibraryName }}.dll'
search_root: '$(Build.SourcesDirectory)\src'
condition: and(succeeded(), eq(variables['PipelineType'], onebranch))
condition: and(succeeded(), eq(variables['PipelineType'], 'onebranch'))

0 comments on commit 645a785

Please sign in to comment.