Skip to content

Commit 18ff580

Browse files
committed
Minor update to the exception message
1 parent f8e4cea commit 18ff580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Start-Build
5353
}
5454

5555
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."
56+
throw "The following specified agent(s) cannot be built on the current platform: $($windowsOnlyAgents -join ', ')."
5757
}
5858

5959
$RID = $Runtime ?? (dotnet --info |

0 commit comments

Comments
 (0)