diff --git a/azure-pipelines-postbuild.ps1 b/azure-pipelines-postbuild.ps1 index cbff694b0..5d5ec4abf 100644 --- a/azure-pipelines-postbuild.ps1 +++ b/azure-pipelines-postbuild.ps1 @@ -41,7 +41,7 @@ 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 "Miniinstaller.exe" -WorkingDirectory "$LIB_STRIPPED" +Start-Process -FilePath "mono" --ArgumentList "Miniinstaller.exe" -WorkingDirectory "$LIB_STRIPPED" Write-Output "Generating stripped files" $files = Get-ChildItem -Path $LIB_STRIPPED* -Include *.dll,*.exe