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.
1 parent a0e3ad1 commit a13ce43Copy full SHA for a13ce43
.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 -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false
0 commit comments