Push Universal Package File (Preview)
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Push Universal Package File (Preview)

  • Dark
    Light
  • PDF

Article Summary

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:

NameFormatScript UsageUsage 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?

What's Next