diff --git a/appveyor.yml b/appveyor.yml index 08a736fb2fbe..d02f4ee07117 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -279,8 +279,8 @@ for: Invoke-RestMethod -Method Get -Uri "$apiUrl/buildjobs/$jobId/artifacts/$artifact_name" -OutFile $outfile } # Uncomment the following lines to download the pdb.zip to show real stacktraces when crashes happen during testing - Invoke-RestMethod -Method Get -Uri "$apiUrl/buildjobs/$jobId/artifacts/pdb.zip" -OutFile pdb.zip - 7z x -y -osrc pdb.zip + # Invoke-RestMethod -Method Get -Uri "$apiUrl/buildjobs/$jobId/artifacts/pdb.zip" -OutFile pdb.zip + # 7z x -y -osrc pdb.zip } } - ps: |