Merge remote-tracking branch 'origin/feature/2648_Automate-the-benchmarking-process' into feature/2648_Automate-the-benchmarking-process
This commit is contained in:
@@ -10,7 +10,7 @@ schedules:
|
||||
displayName: "Weekday Schedule"
|
||||
branches:
|
||||
include:
|
||||
- dev
|
||||
- feature/2648_Automate-the-benchmarking-process
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
@@ -31,7 +31,7 @@ steps:
|
||||
displayName: 'Set Version Variables'
|
||||
|
||||
- script: |
|
||||
if [[ "$(Build.SourceBranch)" == "refs/heads/dev" ]]; then
|
||||
if [[ "$(Build.SourceBranch)" == "refs/heads/feature/2648_Automate-the-benchmarking-process" ]]; then
|
||||
DATE=$(date +%Y%m%d%H%M)
|
||||
echo "${VERSION}+dev.${DATE}" > src/primaite/VERSION
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user