We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3216c54 commit 021a526Copy full SHA for 021a526
1 file changed
.appveyor.yml
@@ -1,8 +1,5 @@
1
version: 1.0.{build}
2
3
-init:
4
- - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
5
-
6
pull_requests:
7
do_not_increment_build_number: true
8
@@ -20,6 +17,3 @@ install:
20
17
21
18
build_script:
22
19
- powershell -exec bypass bigtable\api\ci\build-windows.ps1
23
24
-on_finish:
25
- - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
0 commit comments