diff --git a/.poshchan/settings.json b/.poshchan/settings.json index 5561c86c528..79faad34b1b 100644 --- a/.poshchan/settings.json +++ b/.poshchan/settings.json @@ -3,12 +3,12 @@ "azdevops": { "build_targets": { "staging": "PowerShell-CI-static-analysis", - "windows": "PowerShell-CI-windows", + "windows": "PowerShell-CI-Windows", "macos": "PowerShell-CI-macOS", "linux": "PowerShell-CI-Linux", "all": [ "PowerShell-CI-static-analysis", - "PowerShell-CI-windows", + "PowerShell-CI-Windows", "PowerShell-CI-macOS", "PowerShell-CI-Linux" ]