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 2f91e3b commit c7c4506Copy full SHA for c7c4506
.azure-pipelines/ci-build.yml
@@ -97,7 +97,7 @@ extends:
97
BRANCH_NAME: $(Build.SourceBranchName)
98
99
- pwsh: |
100
- .\scripts\ValidatePackageContents.ps1 -ArtifactId microsoft-graph-core -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false
+ .\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-core -Version $(PACKAGE_VERSION) -ValidateMavenMetadata $false
101
displayName: Inspect contents of local Maven cache
102
103
0 commit comments