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 0dce7a1 commit ef9b223
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Starter-and-Functional-BP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ stages:
workingDir: shesha-reactjs
verbose: false
customCommand: 'version $(versionNo) --allow-same-version'
# condition: ne(variables['currentBranch'], 'refs/heads/main')
# condition: ne(variables['currentBranch'], 'refs/heads/main')
- task: Npm@1
displayName: 'Npm Install'
inputs:
Expand All @@ -486,13 +486,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 ef9b223

Please sign in to comment.