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

Install Universal Package (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.

Install Universal Package (Preview)

Installs a universal package to the specified location using a Package Source.

Script usage:

ProGet::Install-Package(
	[PackageSource: <text>],
	Name: <text>,
	[Version: <text>],
	[To: <text>]
);

Arguments:

NameFormatScript UsageUsage Notes
Package source
text
PackageSource
Package name
text
Name
This argument is required.
Package version
text
Version
To
text
To

Was this article helpful?