Skip to content

Commit

Permalink
Add dummy Azure config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 26, 2019
1 parent 939f397 commit 4b3d9d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .azure-pipelines/auto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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

pr: none
trigger:
- auto

pool:
vmImage: 'Ubuntu 16.04'

steps:
- script: echo Done
displayName: 'Dummy build'

0 comments on commit 4b3d9d4

Please sign in to comment.