Skip to content

Commit

Permalink
Update Starter-and-Functional-BP.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-shesha committed Jul 3, 2023
1 parent f86cb83 commit fd93829
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Starter-and-Functional-BP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,13 @@ stages:
verbose: false
customCommand: 'version $(versionNo)--allow-same-version'
# condition: ne(variables['currentBranch'], 'refs/heads/main')
- task: Npm@1
displayName: 'Npm Install'
inputs:
command: custom
workingDir: shesha-reactjs
verbose: false
customCommand: 'install'
# - task: Npm@1
# displayName: 'Npm Install'
# inputs:
# command: custom
# workingDir: shesha-reactjs
# verbose: false
# customCommand: 'install'
# - task: Npm@1
# displayName: Install Latest Shesha
# inputs:
Expand Down

0 comments on commit fd93829

Please sign in to comment.