From 44fa1323be914264fdffbb11bd0ea81dd3b0a898 Mon Sep 17 00:00:00 2001 From: Tarrique111 <88949680+Tarrique111@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:04:03 +0530 Subject: [PATCH 1/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..235e247e --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,17 @@ +# HTML +# Archive your static HTML project and save it with the build record. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: ArchiveFiles@2 + inputs: + rootFolderOrFile: '$(build.sourcesDirectory)' + includeRootFolder: false +- task: PublishBuildArtifacts@1 From 98f2f56b0a0dd7dca2c38a0f4d438a4c3b2596fb Mon Sep 17 00:00:00 2001 From: Tarrique111 <88949680+Tarrique111@users.noreply.github.com> Date: Sat, 11 Jun 2022 00:40:29 +0530 Subject: [PATCH 2/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-1.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 azure-pipelines-1.yml diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml new file mode 100644 index 00000000..235e247e --- /dev/null +++ b/azure-pipelines-1.yml @@ -0,0 +1,17 @@ +# HTML +# Archive your static HTML project and save it with the build record. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: ArchiveFiles@2 + inputs: + rootFolderOrFile: '$(build.sourcesDirectory)' + includeRootFolder: false +- task: PublishBuildArtifacts@1