1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

reverting all of the testing code

This commit is contained in:
Joseph Flinn
2021-01-22 04:53:28 +00:00
parent 56bf4d66ba
commit a1559faefb
4 changed files with 14 additions and 81 deletions

View File

@@ -30,5 +30,5 @@ $chocoInstall = $distChocoDir + "\tools\chocolateyinstall.ps1";
(Get-Content $chocoInstall).replace('__version__', $version).replace('__checksum__', $checksum) | Set-Content $chocoInstall
choco pack $nuspec --version $version --out $distChocoDir
cd $distChocoDir
#choco push
choco push
cd $rootDir