diff --git a/README.md b/README.md index f313cef..eaba1a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Intranet Pieroni [![Netlify Status](https://api.netlify.com/api/v1/badges/6aeac518-81a4-4ff7-8e30-dc6e48e0fe89/deploy-status)](https://app.netlify.com/sites/cranky-ritchie-0c6605/deploys) + +[![Build Status](https://dev.azure.com/matteopieroni6/Interno%20Pieroni/_apis/build/status/MatteoPieroni.intranet-pieroni?branchName=develop)](https://dev.azure.com/matteopieroni6/Interno%20Pieroni/_build/latest?definitionId=2&branchName=develop) + This repository contains the code for Pieroni srl intranet. ## Tech used diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13bcafc..a2e339c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript pr: -- master +- develop pool: vmImage: 'ubuntu-latest' diff --git a/package.json b/package.json index c3fc37e..a0c83d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interno-pieroni", - "version": "0.1.0", + "version": "2.1.1", "description": "Code for Pieroni srl intranet", "main": "index.js", "author": "Matteo Pieroni ", @@ -60,4 +60,4 @@ "test:unit": "jest", "test:e2e": "cypress run" } -} +} \ No newline at end of file