From 48ae07e96c0cb9a83b42d160506fea6d41032a9d Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Thu, 7 Feb 2019 12:34:30 -0800 Subject: [PATCH] add rdp to appveyor (before git commands) --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ea0c60a..1893b55 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -132,6 +132,7 @@ on_success: - git config --global user.email "dadonenf@microsoft.com" - git config --global user.name "Daniel Donenfeld" - cd %APPVEYOR_BUILD_FOLDER% + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - git checkout %APPVEYOR_REPO_BRANCH% - git add "asm/*" - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))