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-12-23 14:24:53 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-12-23 14:24:53 +0300
commit720767a9ffdb1d33e9f962e86020265fec9434c5 (patch)
treeab91566af7dfa6d96a6589e15c3b9dc2a8eafb39 /scripts/ci
parent1587c49f5f593f9ca53ef5d46084c7b5c6b7d13a (diff)
Fix invalid assetManifestPlatform in pipeline-netcore-runtime.yml
Spaces are note valid there.
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 78afb1111c0..6af0b31ca30 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -50,13 +50,13 @@ stages:
x64 LLVM:
poolname: Hosted Ubuntu 1604
assetManifestOS: linux
- assetManifestPlatform: x64 LLVM
+ assetManifestPlatform: x64_LLVM
installDependencies: true
llvm: true
x64 Interpreter:
poolname: Hosted Ubuntu 1604
assetManifestOS: linux
- assetManifestPlatform: x64 Interpreter
+ assetManifestPlatform: x64_Interpreter
installDependencies: true
interpreter: true
ARM64: