From f588f6c842eec3f0e3687f1e3de3438437436930 Mon Sep 17 00:00:00 2001 From: Igor Iric Date: Sun, 14 Oct 2018 23:09:39 +0200 Subject: [PATCH 1/2] added builds and badges --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3930c0f..8b98ff8 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,8 @@ Script will be soon published to [PSGallery](https://www.powershellgallery.com). Each commit or PR to master is checked on [Azure DevOps](https://azure.microsoft.com/en-us/services/devops/) [Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) on two build systems: -1. Ubuntu **Linux** v.16.04 running PowerShell (Core) v.6.1 -2. **Windows** Container running Windows PowerShell v.5.1 - -[![Build Status](https://dev.azure.com/iiric/GetFolderAge/_apis/build/status/GetFolderAge-CI)](https://dev.azure.com/iiric/GetFolderAge/_build/latest?definitionId=5) +1. Ubuntu **Linux** v.16.04 running PowerShell (Core) v.6.1 [![Linux Build Status](https://dev.azure.com/iiric/GetFolderAge/_apis/build/status/GetFolderAge-Linux-CI)](https://dev.azure.com/iiric/GetFolderAge/_build/latest?definitionId=7) +2. **Windows** Container running Windows PowerShell v.5.1 [![Windows Build Status](https://dev.azure.com/iiric/GetFolderAge/_apis/build/status/GetFolderAge-Win-CI)](https://dev.azure.com/iiric/GetFolderAge/_build/latest?definitionId=6) ## Support From 0ac4ef5fb1020a286237907252b455a78826d304 Mon Sep 17 00:00:00 2001 From: Igor Iric Date: Mon, 15 Oct 2018 13:44:35 +0200 Subject: [PATCH 2/2] small change to rerun build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b98ff8..04636dd 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Script will be soon published to [PSGallery](https://www.powershellgallery.com). Each commit or PR to master is checked on [Azure DevOps](https://azure.microsoft.com/en-us/services/devops/) [Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) on two build systems: -1. Ubuntu **Linux** v.16.04 running PowerShell (Core) v.6.1 [![Linux Build Status](https://dev.azure.com/iiric/GetFolderAge/_apis/build/status/GetFolderAge-Linux-CI)](https://dev.azure.com/iiric/GetFolderAge/_build/latest?definitionId=7) +1. Ubuntu **Linux** v.16.04 LTS running PowerShell (Core) v.6.1 [![Linux Build Status](https://dev.azure.com/iiric/GetFolderAge/_apis/build/status/GetFolderAge-Linux-CI)](https://dev.azure.com/iiric/GetFolderAge/_build/latest?definitionId=7) 2. **Windows** Container running Windows PowerShell v.5.1 [![Windows Build Status](https://dev.azure.com/iiric/GetFolderAge/_apis/build/status/GetFolderAge-Win-CI)](https://dev.azure.com/iiric/GetFolderAge/_build/latest?definitionId=6) ## Support