Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec7fd00

Browse files
committedDec 10, 2015
Temporary AppVeyor RDP config
1 parent 8fbd01c commit ec7fd00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ branches:
77
only:
88
- master
99

10+
init:
11+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
12+
1013
assembly_info:
1114
patch: true
1215
file: '**\AssemblyInfo.*'

0 commit comments

Comments
 (0)
Please sign in to comment.