From d8a75ba61dcb8d659463d4c2ddffaa6633b3c263 Mon Sep 17 00:00:00 2001 From: sltzwfy <50949101+sltzwfy@users.noreply.github.com> Date: Sat, 27 Feb 2021 14:03:43 +0800 Subject: [PATCH 1/3] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..27a798a --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# 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: + vmImage: ubuntu-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' From d6c52f5f30005a4501117f85f6e5690c61188718 Mon Sep 17 00:00:00 2001 From: sltzwfy Date: Wed, 1 Sep 2021 15:39:42 +0800 Subject: [PATCH 2/3] add a.txt --- a.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 a.txt diff --git a/a.txt b/a.txt new file mode 100644 index 0000000..5f2f16b --- /dev/null +++ b/a.txt @@ -0,0 +1 @@ +1111 From 7455e679d9172b99ebfa9c94c1e130d64c6ad25c Mon Sep 17 00:00:00 2001 From: sltzwfy Date: Thu, 2 Sep 2021 09:44:07 +0800 Subject: [PATCH 3/3] delete a.txt --- a.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 a.txt diff --git a/a.txt b/a.txt deleted file mode 100644 index 5f2f16b..0000000 --- a/a.txt +++ /dev/null @@ -1 +0,0 @@ -1111