Install newly created `tsp-client` package (#8813)
* add smoke test step that installs the newly created package
This commit is contained in:
Родитель
b30bd53d01
Коммит
386cd36ba6
|
@ -25,6 +25,12 @@ steps:
|
|||
workingDirectory: $(System.DefaultWorkingDirectory)/tools/tsp-client
|
||||
condition: ${{ parameters.Publish }}
|
||||
|
||||
- pwsh: |
|
||||
Get-ChildItem -Path $(VAR_BUILD_ARTIFACT_STAGING_DIRECTORY) `
|
||||
| ForEach-Object { Write-Host "npm install $($_.FullName)"; npm install $_.FullName }
|
||||
displayName: Smoke test a package installation
|
||||
condition: ${{ parameters.Publish }}
|
||||
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: '$(VAR_BUILD_ARTIFACT_STAGING_DIRECTORY)'
|
||||
|
|
Загрузка…
Ссылка в новой задаче