Skip to content

Commit

Permalink
Update github-azure-pipelines-upgrade-version-and-publish.yml for Azu…
Browse files Browse the repository at this point in the history
…re Pipelines

Authenticate Azure Pipelines to npm using service connection
  • Loading branch information
DLowHP committed Aug 30, 2023
1 parent d0d167c commit f2fe5d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion github-azure-pipelines-upgrade-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ stages:
inputs:
command: "custom"
customCommand: "publish dist --access=public"
customEndpoint: "npm ReactGrid deployment service"
publishRegistry: useExternalRegistry
publishEndpoint: 'npm-reactgrid'
# customEndpoint: "npm ReactGrid deployment service"
- script: git config --global user.email "$(GIT_USER_MAIL)" && git config --global user.name "$(GIT_USER_NAME)"
displayName: "Set configuration"
- script: git add .
Expand Down

0 comments on commit f2fe5d4

Please sign in to comment.