mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 00:53:27 +00:00
turn off rdp builds
This commit is contained in:
@@ -56,16 +56,16 @@ $firebaseNode.ParentNode.RemoveChild($firebaseNode);
|
||||
|
||||
$xml.Save($androidPath);
|
||||
|
||||
echo "##### Uninstall from App.csproj"
|
||||
|
||||
$xml=New-Object XML;
|
||||
$xml.Load($appPath);
|
||||
|
||||
$hockeyNode=$xml.SelectSingleNode("/Project/ItemGroup/PackageReference[@Include='HockeySDK.Xamarin']");
|
||||
$hockeyNode.ParentNode.RemoveChild($hockeyNode);
|
||||
|
||||
$xml.Save($appPath);
|
||||
|
||||
#echo "##### Uninstall from App.csproj"
|
||||
#
|
||||
#$xml=New-Object XML;
|
||||
#$xml.Load($appPath);
|
||||
#
|
||||
#$hockeyNode=$xml.SelectSingleNode("/Project/ItemGroup/PackageReference[@Include='HockeySDK.Xamarin']");
|
||||
#$hockeyNode.ParentNode.RemoveChild($hockeyNode);
|
||||
#
|
||||
#$xml.Save($appPath);
|
||||
#
|
||||
echo "##### Restore NuGet"
|
||||
|
||||
$nugetPath = $($rootPath + "\nuget.exe");
|
||||
|
||||
Reference in New Issue
Block a user