From ebd1c8358b587ac2845be320e785466138c39d73 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 7 Sep 2022 13:25:44 -0400 Subject: [PATCH] ci: make sure artifacts are saved for fork PRs (#35593) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 06bdb45f9858..a7cdfe726cc0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -225,7 +225,7 @@ for: on_finish: # Uncomment this lines to enable RDP #- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - - cd .. + - cd C:\projects\src - if exist out\Default\windows_toolchain_profile.json ( appveyor-retry appveyor PushArtifact out\Default\windows_toolchain_profile.json ) - if exist out\Default\dist.zip (appveyor-retry appveyor PushArtifact out\Default\dist.zip) - if exist out\Default\shell_browser_ui_unittests.exe (appveyor-retry appveyor PushArtifact out\Default\shell_browser_ui_unittests.exe)