From 9139bc81dd6307dbb5bc6fb803010844b9fc35c2 Mon Sep 17 00:00:00 2001 From: coloursofnoise <53288101+coloursofnoise@users.noreply.github.com> Date: Sun, 29 Aug 2021 17:49:57 -0700 Subject: [PATCH] fixup: remove a dash --- azure-pipelines-postbuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-postbuild.ps1 b/azure-pipelines-postbuild.ps1 index 5d5ec4abf..cc8e2fe84 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 "mono" --ArgumentList "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