From ba2c277b816c9eca3bf146f1946b46aea30cf65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Benoit?= Date: Fri, 19 Oct 2018 14:25:54 +0200 Subject: [PATCH] Set up CI with Azure Pipelines --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..16ae9bd --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +# HTML +# Archive your static HTML application and save it with the build record. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +pool: + vmImage: 'Ubuntu 16.04' + +steps: +- task: ArchiveFiles@2 + inputs: + rootFolderOrFile: '$(build.sourcesDirectory)' + includeRootFolder: false +- task: PublishBuildArtifacts@1