Cake addin that extends Cake with Inedo ProGet support.
#addin nuget:?package=Cake.ProGet&version=0.9.0
<package id="Cake.ProGet" version="0.9.0" />
dotnet add package Cake.ProGet --version 0.9.0
<PackageReference Include="Cake.ProGet" Version="0.9.0" />
Aliases
Contains functionality for working with UPack
Install
UPackInstall |
Installs a universal package |
Pack
UPackPack |
Creates a universal package |
ProGetAsset
Pro |
Creates a new Asset Directory. |
ProGetDeleteAsset |
Deletes an asset from the asset directory. |
ProGetDoesAssetExist |
Determines if the asset is published at an existing URI. |
ProGetDownloadAsset |
Download a single asset from a ProGet Asset Directory. |
Pro |
Download an entire ProGet Asset Directory as a zip file. |
Pro |
Lists files in an Asset Directory. |
ProGetPushAsset |
Pushes an asset to the ProGet Asset Directory. |
Push
UPackPush |
Publishes a universal package |
Unpack
UPackUnpack |
Unpacks a universal package |