mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
debug with rdp
This commit is contained in:
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'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user