Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shuebner20 committed Jul 25, 2021
2 parents bfd8656 + c1bc3f5 commit 1204d2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ steps:

- task: Npm@1
inputs:
command: 'publish'
command: 'custom'
workingDir: '$(Build.ArtifactStagingDirectory)'
publishEndpoint: 'DAVISOL npm connection'
customCommand: 'publish --access public'
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "DAVISOL GmbH",
"name": "@davisol/typedoc-plugin-devops-sourcefile",
"version": "1.0.21",
"version": "1.0.22",
"description": "typedoc plugin to set source file URL links to a Git repository hosted in Azure DevOps",
"homepage": "https://github.com/DAVISOL-GmbH/typedoc-plugin-devops-sourcefile",
"bugs": {
Expand Down

0 comments on commit 1204d2a

Please sign in to comment.