Push Universal Package File (Preview)
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Push Universal Package File (Preview)
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Push Universal Package File (Preview)
Uploads a universal package file to a package source.
Script usage:
ProGet::Push-PackageFile( FilePath: <text>, PackageSource: <text> );
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Package file path (default) | text | FilePath | This argument is required. |
☆ Package source | text | PackageSource | This argument is required. |
Example:
# Uploads the MyPackage.1.0.0.upack file to the InternalFeed package source ProGet::Push-PackageFile MyPackage.1.0.0.upack ( PackageSource: InternalFeed );
Was this article helpful?