From 083d4e47bba3e043a1c2e6e014786d97c6cda0e4 Mon Sep 17 00:00:00 2001 From: BrunoDavideSCAI <159040614+davidebruno28@users.noreply.github.com> Date: Tue, 14 May 2024 16:58:59 +0200 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 0000000000..27a798ad83 --- /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 6b9264d470d00692ea3d6fb6ef763c55cf3783d3 Mon Sep 17 00:00:00 2001 From: BrunoDavideSCAI <159040614+davidebruno28@users.noreply.github.com> Date: Tue, 14 May 2024 17:19:44 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dff610f8ce..2956303b66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Sample ASP.NET Core application for Azure Pipelines docs +[![Build Status](https://dev.azure.com/demoscaifinance/AZ400-Bruno-Davide/_apis/build/status%2Fdavidebruno28.pipelines-dotnet-core?branchName=master)](https://dev.azure.com/demoscaifinance/AZ400-Bruno-Davide/_build/latest?definitionId=10&branchName=master) + +a# Sample ASP.NET Core application for Azure Pipelines docs For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops). For more information on building .NET Core applications, see [.NET Core](https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core?view=azure-devops). From 7efd2a1592193d6992c25f2ff5dacf0c945661d7 Mon Sep 17 00:00:00 2001 From: BrunoDavideSCAI <159040614+davidebruno28@users.noreply.github.com> Date: Fri, 24 May 2024 10:03:12 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2956303b66..8a72d281df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Build Status](https://dev.azure.com/demoscaifinance/AZ400-Bruno-Davide/_apis/build/status%2Fdavidebruno28.pipelines-dotnet-core?branchName=master)](https://dev.azure.com/demoscaifinance/AZ400-Bruno-Davide/_build/latest?definitionId=10&branchName=master) + + a# Sample ASP.NET Core application for Azure Pipelines docs For information on how to set up a pipeline for this repository, see [Create your first pipeline](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops).