Skip to content

Commit 1fadd55

Browse files
committed
ci: fixes path to jars
Signed-off-by: Vincent Biret <[email protected]>
1 parent 3f2e971 commit 1fadd55

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
@@ -100,7 +100,7 @@ extends:
100100
displayName: Inspect contents of local Maven cache
101101
102102
- pwsh: |
103-
$packageFullPath = Join-Path -Path "./" -ChildPath "build/publishing-repository/com.microsoft.graph/microsoft-graph-core" -AdditionalChildPath "$(PACKAGE_VERSION)"
103+
$packageFullPath = Join-Path -Path "./" -ChildPath "build/publishing-repository/com/microsoft/graph/microsoft-graph-core" -AdditionalChildPath "$(PACKAGE_VERSION)"
104104
echo "Package full path: $packageFullPath"
105105
echo "##vso[task.setvariable variable=PACKAGE_PATH;]$packageFullPath"
106106
displayName: Get the package full path

0 commit comments

Comments
 (0)