Trying to directly push to chocolatey
This commit is contained in:
parent
fc06d4f5d7
commit
9c4843cbd6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
binaryversion: '11'
|
||||
steps:
|
||||
- checkout
|
||||
- run: [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
- run: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
- run: .\build.ps1
|
||||
- run: choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org
|
||||
- run: choco push chicken.$version.nupkg --source https://push.chocolatey.org
|
||||
|
|
Loading…
Reference in a new issue