Skip to content

Commit 747a919

Browse files
committed
[ci] Make ios/mac sdks archive URL more predictable
Requested by xamarin-macios team. (cherry picked from commit 0a3c9c4)
1 parent 1140130 commit 747a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/pipeline/sdks-archive.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def archive (product, configuration, platform, chrootname = "", chrootadditional
136136
azureVirtualPath = ""
137137
azureArtifactUrl = "https://xamjenkinsartifact.azureedge.net/${azureContainerName}/${packageFileName}"
138138
} else {
139-
azureVirtualPath = "${xcodeVersion}-" + readFile ("xcode_version.txt")
139+
azureVirtualPath = "xcode-" + readFile ("xcode_version.txt")
140140
azureArtifactUrl = "https://xamjenkinsartifact.azureedge.net/${azureContainerName}/${azureVirtualPath}/${packageFileName}"
141141
}
142142
}

0 commit comments

Comments
 (0)