File tree 1 file changed +7
-7
lines changed
eng/common/pipelines/templates
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -200,15 +200,15 @@ extends:
200
200
- pwsh : |
201
201
if (Test-Path -Path '$(buildArtifactsPath)/overrides.json') {
202
202
Write-Host "Using overrides.json to generate emitter-package.json"
203
- tsp-client generate-config-files
204
- --package-json '$(buildArtifactsPath)/lock-files/package.json'
205
- --output-dir '$(Build.ArtifactStagingDirectory)'
206
- --emitter-package-json-path '${{ parameters.EmitterPackageJsonPath }}'
203
+ tsp-client generate-config-files `
204
+ --package-json '$(buildArtifactsPath)/lock-files/package.json' `
205
+ --output-dir '$(Build.ArtifactStagingDirectory)' `
206
+ --emitter-package-json-path '${{ parameters.EmitterPackageJsonPath }}' `
207
207
--overrides '$(buildArtifactsPath)/overrides.json'
208
208
} else {
209
- tsp-client generate-config-files
210
- --package-json '$(buildArtifactsPath)/lock-files/package.json'
211
- --output-dir '$(Build.ArtifactStagingDirectory)'
209
+ tsp-client generate-config-files `
210
+ --package-json '$(buildArtifactsPath)/lock-files/package.json' `
211
+ --output-dir '$(Build.ArtifactStagingDirectory)' `
212
212
--emitter-package-json-path '${{ parameters.EmitterPackageJsonPath }}'
213
213
}
214
214
displayName: Generate emitter-package.json and emitter-package-lock files
You can’t perform that action at this time.
0 commit comments