build: enable RDP for release builds

This commit is contained in:
Samuel Attard 2022-04-04 15:45:05 -07:00
parent 58386fbf43
commit fcd7dbfa5c
No known key found for this signature in database
GPG key ID: 265C198401D8EFA7

View file

@ -24,8 +24,8 @@
# https://www.appveyor.com/docs/build-configuration/#custom-environment-variables
# Uncomment these lines to enable RDP
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
version: 1.0.{build}
build_cloud: electron-16-core