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 fd93829 commit 6181443
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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 All @@ -483,13 +483,13 @@ stages:
# verbose: true
# customCommand: install @shesha/reactjs@latest
# Disabled Build of Package
# - task: Npm@1
# displayName: Npm Build
# inputs:
# command: custom
# workingDir: 'shesha-reactjs'
# verbose: true
# customCommand: run build
- task: Npm@1
displayName: Npm Build
inputs:
command: custom
workingDir: 'shesha-reactjs'
verbose: true
customCommand: run build
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: 'shesha-reactjs'
Expand Down

0 comments on commit 6181443

Please sign in to comment.