Skip to content

Commit c0554ba

Browse files
Fix error message to be displayed right in powershell script
1 parent fd40066 commit c0554ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function Script:Invoke-BuildProject {
114114

115115
& 'dotnet' $Private:ArgumentList
116116
if ($LASTEXITCODE) {
117-
throw "Build failed for ${Engine}$Script:ConfigurationSuffix $Framework"
117+
throw "Build failed for $Engine $Script:ConfigurationSuffix $Framework"
118118
}
119119
}
120120
else {

0 commit comments

Comments
 (0)