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 929c382 commit f5642aeCopy full SHA for f5642ae
scripts/packaging/createbinariesfordocs.ps1
@@ -78,7 +78,7 @@ try {
78
$logFilePath = "Logs\Build.InEditor.WSA.$($Version).log"
79
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > $logFilePath
80
if ($lastexitcode -ge 1) {
81
- Write-Error "Building InEditor WSA Failed! See log file for more information $(Get-Location)$logFilePath";
+ Write-Error "Building InEditor WSA Failed! See log file for more information $(Get-Location)\$logFilePath";
82
Copy-Item -Path $logFilePath -Destination "$OutputDirectory\"
83
exit($lastexitcode)
84
}
0 commit comments