From d797708b5a57551f4aea6941a421d8676c1daf4e Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Tue, 19 Mar 2019 12:12:45 -0700 Subject: [PATCH] fix settings to use dashes instead of underscore --- .poshchan/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 0e3cb33d5b..9f314924c2 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -1,14 +1,14 @@ { "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", - "PowerShell_CI_macOS", - "PowerShell_CI_Linux" + "PowerShell-CI-windows", + "PowerShell-CI-macOS", + "PowerShell-CI-Linux" ] }, "authorized_users": [