We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec20d06 + a38d725 commit 2226099Copy full SHA for 2226099
.azure-pipelines/ci-build.yml
@@ -93,7 +93,7 @@ extends:
93
displayName: Get current version
94
name: GetVersion
95
env:
96
- BRANCH_NAME: $(Build.SourceBranchName)
+ BRANCH_NAME: $(Build.SourceBranch)
97
98
- pwsh: |
99
.\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-core -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false
0 commit comments