mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
add rdp to appveyor (before git commands)
This commit is contained in:
parent
8b7b23a78d
commit
48ae07e96c
@ -132,6 +132,7 @@ on_success:
|
|||||||
- git config --global user.email "dadonenf@microsoft.com"
|
- git config --global user.email "dadonenf@microsoft.com"
|
||||||
- git config --global user.name "Daniel Donenfeld"
|
- git config --global user.name "Daniel Donenfeld"
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- 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 checkout %APPVEYOR_REPO_BRANCH%
|
||||||
- git add "asm/*"
|
- git add "asm/*"
|
||||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
Loading…
Reference in New Issue
Block a user