Skip to content

Commit

Permalink
Install newly created tsp-client package (Azure#8813)
Browse files Browse the repository at this point in the history
* add smoke test step that installs the newly created package
  • Loading branch information
scbedd authored Aug 9, 2024
1 parent b30bd53 commit 386cd36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/tsp-client/build-tsp-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 386cd36

Please sign in to comment.