Skip to content

Commit

Permalink
fixup: log LIB_STRIPPED variable, remove WorkingDirectory arg
Browse files Browse the repository at this point in the history
  • Loading branch information
coloursofnoise committed Aug 30, 2021
1 parent 28cbef4 commit 0fe1415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines-postbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dotnet $env:AGENT_TOOLSDIRECTORY/DepotDownloader.dll -app 504230 -beta opengl -u

Write-Output "Applying Everest patch"
Copy-Item -Path "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/main/*" -Destination $LIB_STRIPPED -Recurse
Start-Process -FilePath "mono" -ArgumentList "Miniinstaller.exe" -WorkingDirectory $LIB_STRIPPED
Write-Output "Running Miniinstaller in $LIB_STRIPPED"
Start-Process -FilePath "mono" -ArgumentList "Miniinstaller.exe"

Write-Output "Generating stripped files"
$files = Get-ChildItem -Path $LIB_STRIPPED* -Include *.dll,*.exe
Expand Down

0 comments on commit 0fe1415

Please sign in to comment.