Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-24 16:26:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-24 16:26:32 +0300
commit0a3c9c451b2bca705407ef0f90cee1fec324a542 (patch)
treec20e9ef57f5ecc9d7a6b6f7d24da4676bd58089d /scripts/ci
parent749493d4b3a388b91bd454cc153000049b04b526 (diff)
[ci] Make ios/mac sdks archive URL more predictable
Requested by xamarin-macios team.
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/pipeline/sdks-archive.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/pipeline/sdks-archive.groovy b/scripts/ci/pipeline/sdks-archive.groovy
index a70ee45355a..e7f09802b86 100644
--- a/scripts/ci/pipeline/sdks-archive.groovy
+++ b/scripts/ci/pipeline/sdks-archive.groovy
@@ -140,7 +140,7 @@ def archive (product, configuration, platform, chrootname = "", chrootadditional
azureVirtualPath = ""
azureArtifactUrl = "https://xamjenkinsartifact.azureedge.net/${azureContainerName}/${packageFileName}"
} else {
- azureVirtualPath = "${xcodeVersion}-" + readFile ("xcode_version.txt")
+ azureVirtualPath = "xcode-" + readFile ("xcode_version.txt")
azureArtifactUrl = "https://xamjenkinsartifact.azureedge.net/${azureContainerName}/${azureVirtualPath}/${packageFileName}"
}
}