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