Skip to content

Commit c7c4506

Browse files
committed
ci: casing fix
Signed-off-by: Vincent Biret <[email protected]>
1 parent 2f91e3b commit c7c4506

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
@@ -97,7 +97,7 @@ extends:
9797
BRANCH_NAME: $(Build.SourceBranchName)
9898
9999
- pwsh: |
100-
.\scripts\ValidatePackageContents.ps1 -ArtifactId microsoft-graph-core -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false
100+
.\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-core -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false
101101
displayName: Inspect contents of local Maven cache
102102
103103
- pwsh: |

0 commit comments

Comments
 (0)