We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea613e commit f66e16cCopy full SHA for f66e16c
appveyor.yml
@@ -1,12 +1,13 @@
1
image:
2
- - Ubuntu2004
3
- Visual Studio 2022
+ - Ubuntu2004
4
5
version: '{build}'
6
7
stack: postgresql 15
8
9
environment:
10
+ APPVEYOR_RDP_PASSWORD: twf-juj4mwk!wmh9NKA
11
PGUSER: postgres
12
PGPASSWORD: Password12!
13
GIT_ACCESS_TOKEN:
@@ -28,6 +29,12 @@ nuget:
28
29
matrix:
30
fast_finish: true
31
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
38
for:
39
-
40
0 commit comments