Sync eng/common directory with azure-sdk-tools for PR 1274 (#1149)
* Added a step of skipping package json update for spring boot packages * Added skip package json config * Update the indentation Co-authored-by: Sima Zhu <sizhu@microsoft.com>
This commit is contained in:
parent
f2394ddb02
commit
4c269ed610
@ -19,6 +19,7 @@ parameters:
|
||||
GHTeamReviewersVariable: '' # externally set, as eng-common does not have the identity-resolver. Run as pre-step
|
||||
OnboardingBranch: ''
|
||||
CloseAfterOpenForTesting: false
|
||||
SkipPackageJson: false
|
||||
|
||||
steps:
|
||||
- pwsh: |
|
||||
@ -65,7 +66,7 @@ steps:
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Update Docs.MS CI Targeted Packages'
|
||||
condition: and(succeededOrFailed(), eq('${{ parameters.OnboardingBranch }}',''))
|
||||
condition: and(succeededOrFailed(), eq('${{ parameters.OnboardingBranch }}',''), ne('${{ parameters.SkipPackageJson }}', true))
|
||||
inputs:
|
||||
targetType: filePath
|
||||
filePath: ${{ parameters.ScriptDirectory }}/update-docs-ci.ps1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user