Skip to content

Commit f66e16c

Browse files
committed
Enable RDP into Windows cibuild worker
1 parent 0ea613e commit f66e16c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
image:
2-
- Ubuntu2004
32
- Visual Studio 2022
3+
- Ubuntu2004
44

55
version: '{build}'
66

77
stack: postgresql 15
88

99
environment:
10+
APPVEYOR_RDP_PASSWORD: twf-juj4mwk!wmh9NKA
1011
PGUSER: postgres
1112
PGPASSWORD: Password12!
1213
GIT_ACCESS_TOKEN:
@@ -28,6 +29,12 @@ nuget:
2829
matrix:
2930
fast_finish: true
3031

32+
init:
33+
- iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
34+
35+
on_finish:
36+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
37+
3138
for:
3239
-
3340
matrix:

0 commit comments

Comments
 (0)