1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 12:43:39 +00:00

enable rdp for appveyor debugging

This commit is contained in:
Kyle Spearrin
2018-01-10 16:37:05 -05:00
parent 5c90c62378
commit 2229c4e4d1
2 changed files with 6 additions and 2 deletions

View File

@@ -33,4 +33,3 @@ $hockeyNode=$xml.SelectSingleNode("/Project/ItemGroup/PackageReference[@Include=
$hockeyNode.ParentNode.RemoveChild($hockeyNode);
$xml.Save($appPath);