We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e4cea commit 18ff580Copy full SHA for 18ff580
build.psm1
@@ -53,7 +53,7 @@ function Start-Build
53
}
54
55
if (HasUnapplicableAgent $AgentToInclude) {
56
- throw "One or more specified agents cannot be built on the current platform: $($windowsOnlyAgents -join ', ').`nPlease skip them and try again."
+ throw "The following specified agent(s) cannot be built on the current platform: $($windowsOnlyAgents -join ', ')."
57
58
59
$RID = $Runtime ?? (dotnet --info |
0 commit comments