mirror of
https://github.com/bitwarden/server.git
synced 2025-02-27 03:41:30 +01:00
debug with rdp
This commit is contained in:
parent
75c2c3a2b5
commit
feea862872
13
appveyor.yml
13
appveyor.yml
@ -8,6 +8,11 @@ services:
|
||||
stack: node 10
|
||||
|
||||
init:
|
||||
- ps: |
|
||||
if($isWindows -and $env:DEBUG_RDP -eq "true") {
|
||||
iex ((new-object net.webclient).DownloadString(`
|
||||
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
}
|
||||
- ps: |
|
||||
if($isWindows) {
|
||||
Install-Product node 10
|
||||
@ -86,3 +91,11 @@ test_script:
|
||||
if($isWindows) {
|
||||
dotnet test .\test\Core.Test\Core.Test.csproj --configuration Debug --no-build
|
||||
}
|
||||
|
||||
on_finish:
|
||||
- ps: |
|
||||
if($isWindows -and $env:DEBUG_RDP -eq "true") {
|
||||
$blockRdp = $true
|
||||
iex ((new-object net.webclient).DownloadString(`
|
||||
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user