another choco publishing test

This commit is contained in:
Joseph Flinn 2021-01-08 21:08:19 +00:00
parent 1fe4a2f835
commit 3953de1811
1 changed files with 3 additions and 11 deletions

View File

@ -199,20 +199,12 @@ jobs:
- name: Publish
shell: pwsh
run: |
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
$rootDir = $dir
$distDir = $rootDir + "\dist"
$distChocoDir = $distDir
#New-Item -ItemType directory -Path $distChocoDir | Out-Null
$nupkg = "bitwarden-cli." + $version + ".nupkg"
# In place of ./scripts/choco-update.ps1
cd ./dist
Get-ChildItem
#choco push
Write-Host "[+] Intead of pushing with choco, we are testing and writing this out"
Write-Host " Nuget Packge: $env:distChocoDir\\$env:nupkg"
Write-Host " Nuget Packge: bitwarden-cli.${{ env.PACKAGE_VERSION }}.nupkg"
#choco push
# This process seems independent from the others