From a38d72527515918223a012c503377742939e1554 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 20 Jun 2025 15:40:50 -0400 Subject: [PATCH] fix: branch name for the CI --- .azure-pipelines/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 8bf44d1b..c3f261b6 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -93,7 +93,7 @@ extends: displayName: Get current version name: GetVersion env: - BRANCH_NAME: $(Build.SourceBranchName) + BRANCH_NAME: $(Build.SourceBranch) - pwsh: | .\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-core -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false