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 4e2a319 commit f86cb83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Starter-and-Functional-BP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stages:
FileVersionNumber: "$(versionNo)"
InformationalVersion: "$(versionNo)"
PackageVersion: "$(versionNo)"
condition: ne(variables['currentBranch'], 'refs/heads/main')
# condition: ne(variables['currentBranch'], 'refs/heads/main')
- task: DotNetCoreCLI@2
displayName: dotnet Restore
inputs:
Expand Down Expand Up @@ -208,7 +208,7 @@ stages:
FileVersionNumber: "$(versionNo)"
InformationalVersion: "$(versionNo)"
PackageVersion: "$(versionNo)"
condition: ne(variables['currentBranch'], 'refs/heads/main')
# condition: ne(variables['currentBranch'], 'refs/heads/main')
- task: DotNetCoreCLI@2
displayName: dotnet Restore
inputs:
Expand Down Expand Up @@ -301,7 +301,7 @@ stages:
workingDir: shesha-functional-tests/adminportal
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 Down Expand Up @@ -384,7 +384,7 @@ stages:
workingDir: shesha-starter/frontend
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 Down Expand Up @@ -467,7 +467,7 @@ stages:
workingDir: shesha-starter/frontend
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 Down

0 comments on commit f86cb83

Please sign in to comment.