Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
bah
  • Loading branch information
billiegoose committed Jun 28, 2020
commit cc3286b57f07e0a5ebaa7277ab9cf6cf9a0f2f49
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
condition: and(succeededOrFailed(), ne(variables['system.pullrequest.isfork'], true))
inputs:
artifactName: 'npm-tarball.tgz'
PathtoPublish: '$(System.DefaultWorkingDirectory)/isomorphic-git-git-http-mock-server-0.0.0-development.tgz'
PathtoPublish: '$(System.DefaultWorkingDirectory)/git-http-mock-server-0.0.0-development.tgz'

- script: npm run semantic-release
displayName: 'Publish to npm'
Expand Down