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 3f2e971 commit 1fadd55Copy full SHA for 1fadd55
.azure-pipelines/ci-build.yml
@@ -100,7 +100,7 @@ extends:
100
displayName: Inspect contents of local Maven cache
101
102
- pwsh: |
103
- $packageFullPath = Join-Path -Path "./" -ChildPath "build/publishing-repository/com.microsoft.graph/microsoft-graph-core" -AdditionalChildPath "$(PACKAGE_VERSION)"
+ $packageFullPath = Join-Path -Path "./" -ChildPath "build/publishing-repository/com/microsoft/graph/microsoft-graph-core" -AdditionalChildPath "$(PACKAGE_VERSION)"
104
echo "Package full path: $packageFullPath"
105
echo "##vso[task.setvariable variable=PACKAGE_PATH;]$packageFullPath"
106
displayName: Get the package full path
0 commit comments