From 1033e696cd94e342bbc66bd4b298cc09161e75db Mon Sep 17 00:00:00 2001 From: Christopher McCarthy Date: Tue, 25 Jun 2024 16:01:18 +0000 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- .azure/azure-benchmark-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index ac52ce2b..53df7155 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -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