From b7361b47eb6738e70d099d3edc1c83c0fee6cb91 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 21 Mar 2019 15:03:25 -0400 Subject: [PATCH 1/7] Fix macOS --- .poshchan/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 9f314924c25..b9d14980957 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -2,7 +2,7 @@ "build_targets": { "staging": "PowerShell-CI-static-analysis", "windows": "PowerShell-CI-windows", - "macos": "PowerShell-CI-macOS", + "macos": "PowerShell-CI-macos", "linux": "PowerShell-CI-Linux", "all": [ "PowerShell-CI-static-analysis", From 1a1813e0f141361e13ea8a2879f0b01c5ce5e92c Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Fri, 22 Mar 2019 21:48:54 -0400 Subject: [PATCH 2/7] Fix json --- .poshchan/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 69c8386f46b..8dfa883b2f7 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -1,3 +1,4 @@ +{ "version": "0.1", "azdevops": { "build_targets": { From 1f36f465b13f7ae4e3f6d9c1edb0abe8da06f868 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Fri, 22 Mar 2019 21:51:01 -0400 Subject: [PATCH 3/7] make linux lowercase --- .poshchan/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 8dfa883b2f7..6a3a7e80a8d 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -5,12 +5,12 @@ "staging": "PowerShell-CI-static-analysis", "windows": "PowerShell-CI-windows", "macos": "PowerShell-CI-macos", - "linux": "PowerShell-CI-Linux", + "linux": "PowerShell-CI-linux", "all": [ "PowerShell-CI-static-analysis", "PowerShell-CI-windows", "PowerShell-CI-macos", - "PowerShell-CI-Linux" + "PowerShell-CI-linux" ] }, "authorized_users": [ From 6a5f3f27497d8021ce788ab48ebddb35f24c2cd3 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Fri, 22 Mar 2019 22:28:12 -0400 Subject: [PATCH 4/7] Changed it to be better looking --- .poshchan/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 6a3a7e80a8d..a0ef56a0d51 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -3,9 +3,9 @@ "azdevops": { "build_targets": { "staging": "PowerShell-CI-static-analysis", - "windows": "PowerShell-CI-windows", - "macos": "PowerShell-CI-macos", - "linux": "PowerShell-CI-linux", + "windows": "PowerShell-CI-Windows", + "macos": "PowerShell-CI-macOS", + "linux": "PowerShell-CI-Linux", "all": [ "PowerShell-CI-static-analysis", "PowerShell-CI-windows", From eaadb7583ba64156c2d313344c70f85bc0039e03 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sat, 23 Mar 2019 08:43:14 -0400 Subject: [PATCH 5/7] Update .poshchan/settings.json Co-Authored-By: RDIL --- .poshchan/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index a0ef56a0d51..058d6340beb 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -8,7 +8,7 @@ "linux": "PowerShell-CI-Linux", "all": [ "PowerShell-CI-static-analysis", - "PowerShell-CI-windows", + "PowerShell-CI-Windows", "PowerShell-CI-macos", "PowerShell-CI-linux" ] From d163ed601b4529204612a2ce2dfe9c8818c20ad5 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sat, 23 Mar 2019 08:43:33 -0400 Subject: [PATCH 6/7] Update .poshchan/settings.json Co-Authored-By: RDIL --- .poshchan/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 058d6340beb..fefb9433805 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -9,7 +9,7 @@ "all": [ "PowerShell-CI-static-analysis", "PowerShell-CI-Windows", - "PowerShell-CI-macos", + "PowerShell-CI-macOS", "PowerShell-CI-linux" ] }, From ffcfae7a3cbd4a3bb3857a5f9b9fed5a91d53222 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Sat, 23 Mar 2019 08:43:40 -0400 Subject: [PATCH 7/7] Update .poshchan/settings.json Co-Authored-By: RDIL --- .poshchan/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index fefb9433805..79faad34b1b 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -10,7 +10,7 @@ "PowerShell-CI-static-analysis", "PowerShell-CI-Windows", "PowerShell-CI-macOS", - "PowerShell-CI-linux" + "PowerShell-CI-Linux" ] }, "authorized_users": [