File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,8 +193,10 @@ jobs:
193193 Invoke-WebRequest "https://download.sysinternals.com/files/Procdump.zip" -OutFile $procdumpZip
194194 Expand-Archive -Path $procdumpZip -DestinationPath $procdumpDir -Force
195195 $comparerExe = (Resolve-Path (Join-Path $env:DIST_DIR "Comparer.exe")).Path
196- & (Join-Path $procdumpDir "procdump64.exe") -accepteula -ma -e 1 -n 1 -x $diagnostics `
196+ Remove-Item -Path $dumpKey -Recurse -Force
197+ & (Join-Path $procdumpDir "procdump64.exe") -accepteula -e 1 -n 1 -x $diagnostics `
197198 $comparerExe $reference $encoded
199+ Get-Process Comparer -ErrorAction SilentlyContinue | Stop-Process -Force
198200 Get-ChildItem $diagnostics | Format-Table Name, Length |
199201 Out-File "artifacts\diagnostics\procdump-files.txt"
200202 throw "Comparer first-chance diagnostic dump captured; inspect diagnostics artifact."
@@ -250,7 +252,6 @@ jobs:
250252 with :
251253 name : Q1View-store-validation-trial
252254 path : |
253- artifacts/store-submission/
254255 artifacts/screenshots/
255256 artifacts/diagnostics/
256257 artifacts/validation/WACKReport.xml
You can’t perform that action at this time.
0 commit comments