From 7714e7d69948a448908fade0a8fbe6bfea30b5d7 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 2 Jan 2020 21:30:36 +0100 Subject: Remove Azure Pipelines configuration --- azure-pipelines.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 30811c7..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,15 +0,0 @@ -stages: - - template: azure/stages.yml@templates - parameters: - minrust: false - test_features: full - nightly_features: rocket - check_all_features: false - benches: true - -resources: - repositories: - - repository: templates - type: github - name: crate-ci/azure-pipelines - endpoint: djc -- cgit