We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd40066 commit c0554baCopy full SHA for c0554ba
Scripts/build.ps1
@@ -114,7 +114,7 @@ function Script:Invoke-BuildProject {
114
115
& 'dotnet' $Private:ArgumentList
116
if ($LASTEXITCODE) {
117
- throw "Build failed for ${Engine}$Script:ConfigurationSuffix $Framework"
+ throw "Build failed for $Engine $Script:ConfigurationSuffix $Framework"
118
}
119
120
else {
0 commit comments