mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
turn off rdp builds
This commit is contained in:
parent
a4846c7b11
commit
eb3d0d726f
2 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
init:
|
#init:
|
||||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
on_finish:
|
#on_finish:
|
||||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
#install:
|
#install:
|
||||||
# - choco install cloc --no-progress
|
# - choco install cloc --no-progress
|
||||||
# - "cloc --vcs git --exclude-dir Resources,store,test,UWP,Properties --include-lang C#,JavaScript,TypeScript,PowerShell"
|
# - "cloc --vcs git --exclude-dir Resources,store,test,UWP,Properties --include-lang C#,JavaScript,TypeScript,PowerShell"
|
||||||
|
|
|
@ -56,16 +56,16 @@ $firebaseNode.ParentNode.RemoveChild($firebaseNode);
|
||||||
|
|
||||||
$xml.Save($androidPath);
|
$xml.Save($androidPath);
|
||||||
|
|
||||||
echo "##### Uninstall from App.csproj"
|
#echo "##### Uninstall from App.csproj"
|
||||||
|
#
|
||||||
$xml=New-Object XML;
|
#$xml=New-Object XML;
|
||||||
$xml.Load($appPath);
|
#$xml.Load($appPath);
|
||||||
|
#
|
||||||
$hockeyNode=$xml.SelectSingleNode("/Project/ItemGroup/PackageReference[@Include='HockeySDK.Xamarin']");
|
#$hockeyNode=$xml.SelectSingleNode("/Project/ItemGroup/PackageReference[@Include='HockeySDK.Xamarin']");
|
||||||
$hockeyNode.ParentNode.RemoveChild($hockeyNode);
|
#$hockeyNode.ParentNode.RemoveChild($hockeyNode);
|
||||||
|
#
|
||||||
$xml.Save($appPath);
|
#$xml.Save($appPath);
|
||||||
|
#
|
||||||
echo "##### Restore NuGet"
|
echo "##### Restore NuGet"
|
||||||
|
|
||||||
$nugetPath = $($rootPath + "\nuget.exe");
|
$nugetPath = $($rootPath + "\nuget.exe");
|
||||||
|
|
Loading…
Reference in a new issue