summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 309e644487..0000000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-trigger:
- branches:
- include:
- - master
- - staging
- - trying
- - /.+-dev$/
- - /.+-stable$/
-
-jobs:
-- job: Windows
- pool:
- vmImage: 'vs2017-win2016'
- variables:
- rgv: v3.0.6
- steps:
- - template: .azure-pipelines/steps.yml
- timeoutInMinutes: 0