Skip to content

Commit f5642ae

Browse files
committed
Update createbinariesfordocs.ps1
1 parent 929c382 commit f5642ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/createbinariesfordocs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ try {
7878
$logFilePath = "Logs\Build.InEditor.WSA.$($Version).log"
7979
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > $logFilePath
8080
if ($lastexitcode -ge 1) {
81-
Write-Error "Building InEditor WSA Failed! See log file for more information $(Get-Location)$logFilePath";
81+
Write-Error "Building InEditor WSA Failed! See log file for more information $(Get-Location)\$logFilePath";
8282
Copy-Item -Path $logFilePath -Destination "$OutputDirectory\"
8383
exit($lastexitcode)
8484
}

0 commit comments

Comments
 (0)