Removed unused azure-pipeline

This commit is contained in:
erri120 2019-11-21 15:14:04 +01:00
parent f99c9bf5ea
commit 0e6116dea0
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -1,20 +0,0 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
name: Default
vmImage: 'windows-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'