Browse Source

ci: re-comment pdb.zip download in appveyor.yml (#40758)

Jeremy Rose 1 year ago
parent
commit
ba97679901
1 changed files with 2 additions and 2 deletions
  1. 2 2
      appveyor.yml

+ 2 - 2
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: |