Skip to content

Commit a13ce43

Browse files
committed
fix: branch name for the CI
1 parent a0e3ad1 commit a13ce43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ extends:
9393
displayName: Get current version
9494
name: GetVersion
9595
env:
96-
BRANCH_NAME: $(Build.SourceBranchName)
96+
BRANCH_NAME: $(Build.SourceBranch)
9797
9898
- pwsh: |
9999
.\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false

0 commit comments

Comments
 (0)