Merge remote-tracking branch 'origin/feature/2648_Automate-the-benchmarking-process' into feature/2648_Automate-the-benchmarking-process

This commit is contained in:
Chris McCarthy
2024-06-25 17:25:23 +01:00

View File

@@ -10,7 +10,7 @@ schedules:
displayName: "Weekday Schedule" displayName: "Weekday Schedule"
branches: branches:
include: include:
- dev - feature/2648_Automate-the-benchmarking-process
pool: pool:
vmImage: ubuntu-latest vmImage: ubuntu-latest
@@ -31,7 +31,7 @@ steps:
displayName: 'Set Version Variables' displayName: 'Set Version Variables'
- script: | - 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) DATE=$(date +%Y%m%d%H%M)
echo "${VERSION}+dev.${DATE}" > src/primaite/VERSION echo "${VERSION}+dev.${DATE}" > src/primaite/VERSION
fi fi