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>2020-02-19 04:36:38 +0300
committerGitHub <noreply@github.com>2020-02-19 04:36:38 +0300
commit885226b1f0f9073908f95364a8d88a7ad6fbb7f1 (patch)
tree919e919c42aa0cae9152913ce912cb0be9d21f05 /scripts
parentd1603aaca1f0d67be127b246a46a411cb0e0d51e (diff)
[netcore] Disable ARM64 CI runs (#18922)
They were moved over to dotnet/runtime: https://github.com/dotnet/runtime/pull/32303
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index cdd50195dfa..bc4902780b8 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -53,15 +53,6 @@ stages:
assetManifestPlatform: x64_Interpreter
installDependencies: true
interpreter: true
- ARM64:
- assetManifestOS: linux
- assetManifestPlatform: arm64
- installDependencies: false
- llvm: false
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- poolname: Xamarin-ARM64
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- poolname: Xamarin-ARM64-Private
pool:
name: $(poolname)
steps: