Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions eng/pipelines/templates/jobs/verify-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
condition: and(succeeded(), contains(variables['Agent.OS'], 'Windows'))
workingDirectory: hosting

- template: /eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml
parameters:
npmrcPath: $(Agent.TempDirectory)/verify/.npmrc
Comment on lines +77 to +79

Comment thread
chidozieononiwu marked this conversation as resolved.
- bash: nohup npx -y http-server &
displayName: Start server in hosting/ (bash)
condition: and(succeeded(), not(contains(variables['Agent.OS'], 'Windows')))
Expand Down
Loading